[gnome-control-center] shell: change the fixed width to 675 pixels



commit 31dab0416b654bcb7a9a697eab29af9819745c71
Author: Thomas Wood <thos gnome org>
Date:   Wed Aug 25 19:18:48 2010 +0100

    shell: change the fixed width to 675 pixels

 shell/gnome-control-center.c |    2 +-
 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 92a8e84..16afa42 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 8636ed7..d4d3c6c 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>



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