Skip to content

Commit

Permalink
PreferencesDialog: make resizable (#1432)
Browse files Browse the repository at this point in the history
Fixes #1429
  • Loading branch information
danirabbit committed Apr 16, 2024
1 parent a703893 commit 108b091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dialogs/PreferencesDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Scratch.Dialogs {
public Preferences (Gtk.Window? parent, Services.PluginsManager plugins) {
Object (
deletable: false,
resizable: false,
title: _("Preferences"),
transient_for: parent
);
Expand Down

0 comments on commit 108b091

Please sign in to comment.