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:
parent
34153effa8
commit
710b1fc3af
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue