Skip to content

Commit

Permalink
reduce minimum width
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Feb 3, 2024
1 parent c7e0c79 commit 49dd040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/resources/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Adw 1;
template $GeopardWindow: Adw.ApplicationWindow {
title: _("Geopard");
default-width: 800;
width-request: 360;
width-request: 260;
default-height: 600;
height-request: 480;

Expand Down

0 comments on commit 49dd040

Please sign in to comment.