[gthumb] script editor dialog: make resizable



commit 099b509ecd2b1eb6a66375f209f79f0a4085ffe5
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Feb 21 21:01:44 2020 +0100

    script editor dialog: make resizable

 extensions/list_tools/gth-script-editor-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extensions/list_tools/gth-script-editor-dialog.c 
b/extensions/list_tools/gth-script-editor-dialog.c
index 659c4a22..b4dadfff 100644
--- a/extensions/list_tools/gth-script-editor-dialog.c
+++ b/extensions/list_tools/gth-script-editor-dialog.c
@@ -150,7 +150,6 @@ gth_script_editor_dialog_construct (GthScriptEditorDialog *self,
                gtk_window_set_title (GTK_WINDOW (self), title);
        if (parent != NULL)
                gtk_window_set_transient_for (GTK_WINDOW (self), parent);
-       gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 
        gtk_dialog_add_buttons (GTK_DIALOG (self),
                                _GTK_LABEL_CANCEL, GTK_RESPONSE_CANCEL,
@@ -190,6 +189,7 @@ gth_script_editor_dialog_new (const char *title,
 
        self = g_object_new (GTH_TYPE_SCRIPT_EDITOR_DIALOG,
                             "use-header-bar", _gtk_settings_get_dialogs_use_header (),
+                            "resizable", TRUE,
                             NULL);
        self->priv->shortcut_window = shortcut_window;
        gth_script_editor_dialog_construct (self, title, parent);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]