fix: increase default window height to prevent color picker popover scrollbars

This commit is contained in:
2026-08-03 23:15:36 -04:00
parent f45eb5e70a
commit 9bd6189e10
+1 -1
View File
@@ -40,7 +40,7 @@ fn main() -> glib::ExitCode {
.application(app) .application(app)
.title("Icon Color Tool") .title("Icon Color Tool")
.default_width(900) .default_width(900)
.default_height(650) .default_height(800)
.build(); .build();
let stack = Stack::new(); let stack = Stack::new();