Skip to content

Commit

Permalink
fix: exception dialog on Gnome 46
Browse files Browse the repository at this point in the history
  • Loading branch information
garaevdi authored and jackpot51 committed Mar 31, 2024
1 parent 5fa3a50 commit 9418d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialog_add_exception.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export class AddExceptionDialog {

let l = this.dialog.contentLayout;

l.add(title);
l.add(desc);
l.add_child(title);
l.add_child(desc);

this.dialog.contentLayout.width = Math.max(Lib.current_monitor().width / 4, 640);

Expand Down

0 comments on commit 9418d0a

Please sign in to comment.