feat: Icon overlay and editor improvements #1

Merged
rootiest merged 34 commits from feature/icon-overlay into main 2026-08-04 03:57:24 +00:00
Showing only changes of commit 9bd6189e10 - Show all commits
+1 -1
View File
@@ -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();