tgame_load: very subtle layout fix

The Delete button wasn't perfectly aligned with the listbox scrollbar
on the right.
This commit is contained in:
Charles Dang 2016-02-22 21:38:10 +11:00
parent 34153effa8
commit 710b1fc3af

View file

@ -339,9 +339,9 @@
[grid]
[row]
grow_factor = 1
[column]
grow_factor = 1
horizontal_alignment = "left"
border = "bottom"
border_size = 10
@ -357,6 +357,7 @@
[/column]
[column]
grow_factor = 0
horizontal_alignment = "right"
border = "bottom"