Properly size the contents of the window.
This is a regression due to the scrollbars, noticed by ilor.
This commit is contained in:
parent
516138a3b5
commit
ffb82c4110
1 changed files with 3 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
[grid]
|
||||
|
||||
[row]
|
||||
|
||||
grow_factor = 1
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
@ -113,7 +113,8 @@
|
|||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
[grid]
|
||||
id = "_window_content_grid"
|
||||
[/grid]
|
||||
|
|
Loading…
Add table
Reference in a new issue