From 88902a46ea8078b1f6492b7bf7b8910a1d78e15e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Aug 2007 12:06:39 -0400 Subject: [PATCH] reorder the desktops tab --- src/obconf.glade | 230 +++++++++++++++++++++++------------------------ src/strings.c | 4 +- 2 files changed, 117 insertions(+), 117 deletions(-) diff --git a/src/obconf.glade b/src/obconf.glade index 3aed41d..46e5f94 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -2746,121 +2746,6 @@ C - The close button False 6 - - - True - False - 6 - - - - True - _Number of desktops: - True - False - GTK_JUSTIFY_LEFT - False - False - 0.5 - 0.5 - 0 - 0 - desktop_num - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - - - - True - True - 1 - 0 - True - GTK_UPDATE_ALWAYS - False - False - 1 1 100 1 10 10 - - - - 0 - False - True - - - - - 0 - False - True - - - - - - True - _Desktop names: - True - False - GTK_JUSTIFY_LEFT - False - False - 0 - 0.5 - 0 - 0 - desktop_names - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - - - - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - GTK_CORNER_TOP_LEFT - - - - True - True - False - False - False - True - False - False - False - - - - - 0 - True - True - - - True @@ -3002,6 +2887,121 @@ C - The close button True + + + + True + False + 6 + + + + True + _Number of desktops: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + desktop_num + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + True + 1 + 0 + True + GTK_UPDATE_ALWAYS + False + False + 1 1 100 1 10 10 + + + + 0 + False + True + + + + + 0 + False + True + + + + + + True + _Desktop names: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + desktop_names + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + False + False + False + True + False + False + False + + + + + 0 + True + True + + 0 diff --git a/src/strings.c b/src/strings.c index 10bb7af..656eeb6 100644 --- a/src/strings.c +++ b/src/strings.c @@ -81,12 +81,12 @@ gchar *s = N_(" "); gchar *s = N_("Mouse"); gchar *s = N_("Desktops"); gchar *s = N_(" "); -gchar *s = N_("_Number of desktops: "); -gchar *s = N_("_Desktop names:"); gchar *s = N_("_Show a notification when you switch desktops"); gchar *s = N_(" "); gchar *s = N_("_Amount of time to wait before switching:"); gchar *s = N_("ms"); +gchar *s = N_("_Number of desktops: "); +gchar *s = N_("_Desktop names:"); gchar *s = N_("Desktops"); gchar *s = N_("Desktop Margins"); gchar *s = N_(" "); -- 2.39.2