[gimp] app: remember the size of the prefs dialog



commit 3e84c551de489d75cc33e619fa0086eeca6502c5
Author: Michael Natterer <mitch gimp org>
Date:   Sat Oct 1 00:20:00 2016 +0200

    app: remember the size of the prefs dialog

 app/dialogs/dialogs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/dialogs.c b/app/dialogs/dialogs.c
index 08eab1d..c4a46b4 100644
--- a/app/dialogs/dialogs.c
+++ b/app/dialogs/dialogs.c
@@ -268,7 +268,7 @@ static const GimpDialogFactoryEntry entries[] =
 
   /*  singleton toplevels  */
   TOPLEVEL ("gimp-preferences-dialog",
-            dialogs_preferences_get,        TRUE, TRUE,  FALSE),
+            dialogs_preferences_get,        TRUE, TRUE,  TRUE),
   TOPLEVEL ("gimp-input-devices-dialog",
             dialogs_input_devices_get,      TRUE, TRUE,  FALSE),
   TOPLEVEL ("gimp-keyboard-shortcuts-dialog",


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