tgame_load: fixed a misplaced border
This commit is contained in:
parent
3159f738e8
commit
ce0d08963c
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,6 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
vertical_alignment = "top"
|
||||
horizontal_grow = "true"
|
||||
|
||||
|
@ -91,6 +88,9 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[image]
|
||||
|
|
Loading…
Add table
Reference in a new issue