shell: change the fixed width to 675 pixels

This commit is contained in:
Thomas Wood 2010-08-25 19:18:48 +01:00
parent ce8cd97754
commit 31dab0416b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>