fix: increase default window height to prevent color picker popover scrollbars
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user