[gnome-control-center/wip/animated-notebook] shell: Set the correct minimum size



commit 22aa7eaaf06d90796a916762181d161b8dff48dd
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 4 18:32:42 2012 +0100

    shell: Set the correct minimum size

 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 af76a2d..c960b62 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -1147,7 +1147,7 @@ gnome_control_center_init (GnomeControlCenter *self)
   priv->notebook = W (priv->builder, "notebook");
 
   hints.min_width = FIXED_WIDTH;
-  hints.min_height = FIXED_HEIGHT;
+  hints.min_height = MIN_ICON_VIEW_HEIGHT;
   gtk_window_set_geometry_hints (GTK_WINDOW (priv->window),
 				 priv->notebook,
 				 &hints,



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