[Xfce4-commits] <xfce4-terminal:nick/dropdown> Tune default preferences for drop-down a bit.

Nick Schermer noreply at xfce.org
Sat Dec 29 22:20:01 CET 2012


Updating branch refs/heads/nick/dropdown
         to 3304d3899c28e056a0c6a83e4db78f949fe84295 (commit)
       from c5f58b87fea07a36a1fa5b8b47582ebf345620c3 (commit)

commit 3304d3899c28e056a0c6a83e4db78f949fe84295
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Dec 29 21:27:03 2012 +0100

    Tune default preferences for drop-down a bit.

 terminal/terminal-preferences.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/terminal-preferences.c b/terminal/terminal-preferences.c
index 407a5c5..cec7f9c 100644
--- a/terminal/terminal-preferences.c
+++ b/terminal/terminal-preferences.c
@@ -528,7 +528,7 @@ terminal_preferences_class_init (TerminalPreferencesClass *klass)
       g_param_spec_boolean ("dropdown-toggle-focus",
                             NULL,
                             "DropdownToggleFocus",
-                            FALSE,
+                            TRUE,
                             G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
 
   /**
@@ -579,7 +579,7 @@ terminal_preferences_class_init (TerminalPreferencesClass *klass)
       g_param_spec_uint ("dropdown-position",
                          NULL,
                          "DropdownPosition",
-                         0, 100, 0,
+                         0, 100, 50,
                          G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
 
   /**


More information about the Xfce4-commits mailing list