[gimp/tito] app: change default value of action-history-size to 100.



commit 07000c56f02f8d5d21167b954b4a5a9fdca683e8
Author: Jehan <jehan girinstud io>
Date:   Sat Nov 30 14:46:10 2013 +1300

    app: change default value of action-history-size to 100.

 app/config/gimpguiconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index d39ffe2..676b624 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -277,7 +277,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
                                     GIMP_PARAM_STATIC_STRINGS);
   GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_ACTION_HISTORY_SIZE,
                                 "action-history-size", ACTION_HISTORY_SIZE_BLURB,
-                                0, 200, 20,
+                                0, 1000, 100,
                                 GIMP_PARAM_STATIC_STRINGS);
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_USER_MANUAL_ONLINE,
                                     "user-manual-online",


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