[gnome-tweak-tool] Tidy appearance, switches to top



commit 0af05a20c4e89385f95b34cd1f241dcc59e1caca
Author: John Stowers <john stowers gmail com>
Date:   Mon Mar 21 16:29:58 2011 +1300

    Tidy appearance, switches to top

 gtweak/tweaks/tweak_shell.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index 9da81cd..a1c62b1 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -139,9 +139,9 @@ sg = build_horizontal_sizegroup()
 TWEAK_GROUPS = (
         TweakGroup(
             "Shell",
+            GSettingsSwitchTweak("org.gnome.shell.clock", "show-date", schema_filename="org.gnome.shell.gschema.xml"),
             ShowWindowButtons(size_group=sg),
             ThemeInstaller(size_group=sg),
-            GSettingsSwitchTweak("org.gnome.shell.clock", "show-date", schema_filename="org.gnome.shell.gschema.xml"),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", "lid-close-battery-action", size_group=sg),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", "lid-close-ac-action", size_group=sg)),
 )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]