diff options
author | Thomas Wood <thos@gnome.org> | 2010-08-25 19:18:48 +0100 |
---|---|---|
committer | Thomas Wood <thos@gnome.org> | 2010-08-25 19:18:48 +0100 |
commit | 31dab0416b654bcb7a9a697eab29af9819745c71 (patch) | |
tree | 5cf0461b4adc0e40f26f1311f6524b7e38e87dc2 /shell | |
parent | ce8cd977542527b22dbe42765aaa015e0db494dc (diff) |
shell: change the fixed width to 675 pixels
Diffstat (limited to 'shell')
-rw-r--r-- | shell/gnome-control-center.c | 2 | ||||
-rw-r--r-- | shell/shell.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c index 92a8e842e..16afa4299 100644 --- a/shell/gnome-control-center.c +++ b/shell/gnome-control-center.c @@ -78,7 +78,7 @@ struct _GnomeControlCenterPrivate /* Use a fixed width for the shell, since resizing horizontally is more awkward * for the user than resizing vertically */ -#define FIXED_WIDTH 750 +#define FIXED_WIDTH 675 static void diff --git a/shell/shell.ui b/shell/shell.ui index 8636ed793..d4d3c6c4a 100644 --- a/shell/shell.ui +++ b/shell/shell.ui @@ -3,7 +3,7 @@ <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy project-wide --> <object class="GtkWindow" id="main-window"> - <property name="width_request">750</property> + <property name="width_request">675</property> <property name="height_request">500</property> <property name="title" translatable="yes">System Settings</property> <property name="resizable">False</property> |