Fix some alignment problems in the dialog.
This commit is contained in:
parent
245ff4ce00
commit
ce41f025a2
1 changed files with 6 additions and 0 deletions
|
@ -200,9 +200,12 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
# last item needs to grow and align at top so the things won't get centered.
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
vertical_alignment = "top"
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
@ -475,9 +478,12 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
# last item needs to grow and align at top so the things won't get centered.
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
vertical_alignment = "top"
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
|
Loading…
Add table
Reference in a new issue