[Xfce4-commits] [apps/xfce4-terminal] 01/01: Expose auto-hide mouse pointer setting to preferences dialog
noreply at xfce.org
noreply at xfce.org
Wed Jul 20 18:34:16 CEST 2016
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit 8927871b29a8c5d2d7506ca0f399acf937aff7b8
Author: Igor <f2404 at yandex.ru>
Date: Wed Jul 20 19:33:42 2016 +0300
Expose auto-hide mouse pointer setting to preferences dialog
Fixes #3453
---
terminal/terminal-preferences-dialog.c | 3 ++-
terminal/terminal-preferences.glade | 20 ++++++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/terminal/terminal-preferences-dialog.c b/terminal/terminal-preferences-dialog.c
index d250fb5..e766274 100644
--- a/terminal/terminal-preferences-dialog.c
+++ b/terminal/terminal-preferences-dialog.c
@@ -143,7 +143,8 @@ terminal_preferences_dialog_init (TerminalPreferencesDialog *dialog)
"misc-cursor-shape", "misc-cursor-blinks",
"font-allow-bold", "misc-menubar-default",
"misc-toolbar-default", "misc-borders-default",
- "misc-tab-close-middle-click", "shortcuts-no-helpkey",
+ "misc-tab-close-middle-click",
+ "misc-mouse-autohide", "shortcuts-no-helpkey",
"shortcuts-no-mnemonics", "shortcuts-no-menukey",
"binding-backspace", "binding-delete",
"background-mode", "background-image-style",
diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index 36ad249..2001527 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -2938,7 +2938,7 @@ when double clicking:</property>
<object class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Menubar Access</property>
+ <property name="label" translatable="yes">Shortcuts</property>
<property name="use_markup">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -2986,6 +2986,22 @@ when double clicking:</property>
<property name="position">0</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="misc-mouse-autohide">
+ <property name="label" translatable="yes">Auto-hi_de mouse pointer</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="halign">start</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
</child>
</object>
@@ -2994,7 +3010,7 @@ when double clicking:</property>
<object class="GtkLabel" id="label55">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes">Misc</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list