The widget in a stacked widget now grows properly.
This commit is contained in:
parent
5dd0ff3299
commit
fb08fa3e20
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
[grid]
|
||||
|
||||
[row]
|
||||
vertical_grow = "true"
|
||||
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
[grid]
|
||||
id = "_content_grid"
|
||||
|
|
Loading…
Add table
Reference in a new issue