[Xfce4-commits] <xfce4-terminal:master> Tune default preferences for drop-down a bit.
Nick Schermer
noreply at xfce.org
Sat Dec 29 22:44:14 CET 2012
Updating branch refs/heads/master
to cf51060da38f2ecdd671381269b83783c9835547 (commit)
from 4e5613a0e88d94e677db29ab239d2e2726188236 (commit)
commit cf51060da38f2ecdd671381269b83783c9835547
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