This is an automated email from the git hooks/post-receive script. a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfdesktop.
commit 94233b63b7af1f79de7ee2e12d4c31ee81a52c42 Author: Theo Linkspfeifer <[email protected]> Date: Fri Jul 5 00:12:53 2019 +0200 Reorder checkboxes in Settings UI --- settings/xfdesktop-settings-ui.glade | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/settings/xfdesktop-settings-ui.glade b/settings/xfdesktop-settings-ui.glade index 8816d73..5e60ba4 100644 --- a/settings/xfdesktop-settings-ui.glade +++ b/settings/xfdesktop-settings-ui.glade @@ -916,12 +916,13 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="chk_show_hidden_files"> - <property name="label" translatable="yes">Show hidden files on the desktop</property> + <object class="GtkCheckButton" id="chk_show_thumbnails"> + <property name="label" translatable="yes">Show t_humbnails</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</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> @@ -931,8 +932,8 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="chk_single_click"> - <property name="label" translatable="yes">Single _click to activate items</property> + <object class="GtkCheckButton" id="chk_show_hidden_files"> + <property name="label" translatable="yes">Show hidden files on the desktop</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -946,20 +947,18 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="chk_show_thumbnails"> - <property name="label" translatable="yes">Show t_humbnails</property> + <object class="GtkCheckButton" id="chk_single_click"> + <property name="label" translatable="yes">Single _click to activate items</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</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> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> - <property name="width">2</property> </packing> </child> <child> -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
