The widget in a stacked widget now grows properly.

This commit is contained in:
Mark de Wever 2009-08-09 19:52:28 +00:00
parent 5dd0ff3299
commit fb08fa3e20
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ Version 1.7.2+svn:
still be done by hand.
* No longer "crash" upon invalid pango markup
* It's now possible to display the area a widget uses, for debug purposes
* The widget in a stacked widget now grows properly
Version 1.7.2:
* Campaigns:

View file

@ -21,10 +21,10 @@
[grid]
[row]
vertical_grow = "true"
[column]
horizontal_grow = "true"
vertical_grow = "true"
[grid]
id = "_content_grid"