Let preference notebook fill and expand, for proper resizing

This commit is contained in:
Christian Dywan 2010-01-24 11:06:10 +01:00
parent f0bfc701d9
commit a7b982eff0

View file

@ -208,7 +208,7 @@ katze_preferences_prepare (KatzePreferences* preferences)
#endif
priv->toolbutton = NULL;
gtk_box_pack_end (GTK_BOX (GTK_DIALOG (preferences)->vbox),
priv->notebook, FALSE, FALSE, 4);
priv->notebook, TRUE, TRUE, 4);
priv->sizegroup = NULL;
priv->sizegroup2 = NULL;