[Xfce4-commits] [xfce/xfdesktop] 01/05: Move checkbox show_hidden_files above single_click
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 17:21:22 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit e6eb1cf55103bf72da07893070334d3982689d52
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date: Tue Feb 17 14:29:14 2015 +0100
Move checkbox show_hidden_files above single_click
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
settings/xfdesktop-settings-ui.glade | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/settings/xfdesktop-settings-ui.glade b/settings/xfdesktop-settings-ui.glade
index 21b4b13..5740c69 100644
--- a/settings/xfdesktop-settings-ui.glade
+++ b/settings/xfdesktop-settings-ui.glade
@@ -637,22 +637,12 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="chk_show_thumbnails">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">Show t_humbnails</property>
- <property name="tooltip-text" translatable="yes">Select this option to display preview-able files on the desktop as automatically generated thumbnail icons.</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- </child>
- <child>
- <object class="GtkCheckButton" id="chk_single_click">
+ <object class="GtkCheckButton" id="chk_show_thumbnails">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">Single _click to activate items</property>
+ <property name="label" translatable="yes">Show t_humbnails</property>
+ <property name="tooltip-text" translatable="yes">Select this option to display preview-able files on the desktop as automatically generated thumbnail icons.</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
@@ -668,6 +658,16 @@
</object>
</child>
<child>
+ <object class="GtkCheckButton" id="chk_single_click">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="label" translatable="yes">Single _click to activate items</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ </child>
+ <child>
<object class="GtkHBox" id="hboxtooltip">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list