From: Dana Jansens Date: Sat, 12 Jan 2008 17:21:01 +0000 (-0500) Subject: put the tabs on the left side cuz there are too many now for the top X-Git-Tag: release-2.0.3~25 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6a04b93d1f4531d6a32c84d760310e282ef58002;p=dana%2Fobconf.git put the tabs on the left side cuz there are too many now for the top --- diff --git a/src/obconf.glade b/src/obconf.glade index 69f5b8a..ec10e76 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -33,9 +33,9 @@ True True True - GTK_POS_TOP - False - False + GTK_POS_LEFT + True + True @@ -667,7 +667,7 @@ C - The close button 0 - True + False True @@ -1382,6 +1382,42 @@ C - The close button True + + + False + True + + + + + + True + Windows + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + tab + + + + + + 12 + True + False + 18 @@ -2071,14 +2107,14 @@ C - The close button 0 - True + False True 0 - False + True True @@ -2090,9 +2126,9 @@ C - The close button - + True - Windows + Move & Resize False False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index ecd2d99..56a2ded 100644 --- a/src/strings.c +++ b/src/strings.c @@ -42,6 +42,7 @@ gchar *s = N_("_Center new windows when they are placed"); gchar *s = N_("Place new windows _on:"); gchar *s = N_("All monitors"); gchar *s = N_("The active monitor"); +gchar *s = N_("Windows"); gchar *s = N_("Moving and Resizing Windows"); gchar *s = N_(" "); gchar *s = N_("Update the window contents while _resizing"); @@ -63,7 +64,7 @@ gchar *s = N_("_Switch desktops when moving a window past the screen edge"); gchar *s = N_(" "); gchar *s = N_("_Amount of time to wait before switching:"); gchar *s = N_("ms"); -gchar *s = N_("Windows"); +gchar *s = N_("Move & Resize"); gchar *s = N_("Focusing Windows"); gchar *s = N_(" "); gchar *s = N_("_Focus windows when the mouse pointer moves over them");