Skip to content

Commit

Permalink
Slightly increase the default width of the window (#50)
Browse files Browse the repository at this point in the history
(Partially) fixes #44
  • Loading branch information
sonnyp authored Nov 19, 2023
1 parent 4105907 commit 8edf401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using WebKit 6.0;
template $Window: Adw.ApplicationWindow {
width-request: 360;
height-request: 360;
default-width: 1024;
default-width: 1080;
default-height: 768;

Adw.Breakpoint window_breakpoint {
Expand Down

0 comments on commit 8edf401

Please sign in to comment.