shell: Increase default window size

https://bugzilla.gnome.org/show_bug.cgi?id=673869
This commit is contained in:
Jon McCann
2012-05-08 16:43:57 +01:00
committed by Bastien Nocera
parent b393ca6d02
commit d955d484da

View File

@@ -47,8 +47,8 @@ G_DEFINE_TYPE (GnomeControlCenter, gnome_control_center, CC_TYPE_SHELL)
/* Use a fixed width for the shell, since resizing horizontally is more awkward
* for the user than resizing vertically
* Both sizes are defined in https://live.gnome.org/Design/SystemSettings/ */
#define FIXED_WIDTH 675
#define FIXED_HEIGHT 530
#define FIXED_WIDTH 740
#define FIXED_HEIGHT 636
#define MIN_ICON_VIEW_HEIGHT 300