Skip to content

Commit 49dd040

Browse files
committed
reduce minimum width
1 parent c7e0c79 commit 49dd040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/resources/ui/window.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Adw 1;
44
template $GeopardWindow: Adw.ApplicationWindow {
55
title: _("Geopard");
66
default-width: 800;
7-
width-request: 360;
7+
width-request: 260;
88
default-height: 600;
99
height-request: 480;
1010

0 commit comments

Comments
 (0)