Skip to content

Commit

Permalink
Prevent polkit dialog from being resized (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed May 13, 2023
1 parent 1186d47 commit a018185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/polkit/polkitdialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Budgie {

/* Save manually setting all this crap via some nice properties */
public AgentDialog(string action_id, string message, string icon_name, string cookie, Cancellable? cancellable) {
Object(action_id: action_id, message: message, auth_icon_name: icon_name, cookie: cookie, cancellable: cancellable);
Object(action_id: action_id, message: message, auth_icon_name: icon_name, cookie: cookie, cancellable: cancellable, resizable: false);

set_keep_above(true);

Expand Down

0 comments on commit a018185

Please sign in to comment.