We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a382c29 commit f0ec638Copy full SHA for f0ec638
data/resources/ui/window.blp
@@ -2,6 +2,8 @@ using Gtk 4.0;
2
using Adw 1;
3
4
template GeopardWindow: Adw.ApplicationWindow {
5
+ default-width: 800;
6
+ default-height: 600;
7
[content]
8
Gtk.Box {
9
orientation: vertical;
0 commit comments