Skip to content

Commit

Permalink
GNOME - Fix Dialog Sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Mar 22, 2024
1 parent 59e0574 commit 9360f65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion org.nickvision.money.gnome/blueprints/new_account_dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ using Gtk 4.0;
using Adw 1;

Adw.Dialog root {
follows-content-size: true;
content-width: 460;
content-height: 600;

child: Adw.ToolbarView {
[top]
Expand Down
3 changes: 2 additions & 1 deletion org.nickvision.money.gnome/blueprints/preferences_dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ using Gtk 4.0;
using Adw 1;

Adw.PreferencesDialog root {
follows-content-size: true;
content-width: 600;
content-height: 400;
search-enabled: true;
title: _("Preferences");

Expand Down

0 comments on commit 9360f65

Please sign in to comment.