diff --git a/src/main.rs b/src/main.rs index 9de6349..bddc2ef 100644 --- a/src/main.rs +++ b/src/main.rs @@ -40,7 +40,7 @@ fn main() -> glib::ExitCode { .application(app) .title("Icon Color Tool") .default_width(900) - .default_height(650) + .default_height(800) .build(); let stack = Stack::new();