Let preference notebook fill and expand, for proper resizing
This commit is contained in:
parent
f0bfc701d9
commit
a7b982eff0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue