Skip to content

Commit f0ec638

Browse files
committed
default win size
1 parent a382c29 commit f0ec638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/resources/ui/window.blp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ using Gtk 4.0;
22
using Adw 1;
33

44
template GeopardWindow: Adw.ApplicationWindow {
5+
default-width: 800;
6+
default-height: 600;
57
[content]
68
Gtk.Box {
79
orientation: vertical;

0 commit comments

Comments
 (0)