summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-05-04 18:32:42 +0100
committerBastien Nocera <hadess@hadess.net>2012-05-04 18:33:17 +0100
commit22aa7eaaf06d90796a916762181d161b8dff48dd (patch)
tree521c9b3bd59929009c23900ca990573c7ef467dc
parent5c88d4f81e4984b4d05ded674e18dd2b76f9500b (diff)
downloadgnome-control-center-wip/animated-notebook.tar.gz
shell: Set the correct minimum sizewip/animated-notebook
-rw-r--r--shell/gnome-control-center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index af76a2d0d..c960b620a 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,