[gnome-control-center] shell: Lower the small screen fixed height
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Lower the small screen fixed height
- Date: Tue, 8 May 2012 18:17:16 +0000 (UTC)
commit ecda0ad5c0d94236b6bf188fa31512309522e101
Author: Bastien Nocera <hadess hadess net>
Date: Tue May 8 19:12:46 2012 +0100
shell: Lower the small screen fixed height
As this is the minimum size of the content view, not the whole window.
shell/gnome-control-center.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index fda7cee..f2cb8ca 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -49,7 +49,7 @@ G_DEFINE_TYPE (GnomeControlCenter, gnome_control_center, CC_TYPE_SHELL)
* Both sizes are defined in https://live.gnome.org/Design/SystemSettings/ */
#define FIXED_WIDTH 740
#define FIXED_HEIGHT 636
-#define SMALL_SCREEN_FIXED_HEIGHT 500
+#define SMALL_SCREEN_FIXED_HEIGHT 400
#define MIN_ICON_VIEW_HEIGHT 300
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]