sound: Make hadware page tree a little taller

By default.
This commit is contained in:
Bastien Nocera 2011-07-14 23:28:17 +01:00
parent dd1b9d8336
commit ec0c15e7e1

View file

@ -1834,6 +1834,7 @@ gvc_mixer_dialog_constructor (GType type,
GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (box),
GTK_SHADOW_IN);
gtk_scrolled_window_set_min_content_height (GTK_SCROLLED_WINDOW (box), 150);
gtk_container_add (GTK_CONTAINER (box), self->priv->hw_treeview);
gtk_container_add (GTK_CONTAINER (alignment), box);