Game Load: move Delete button into same row as first checkbox

This commit is contained in:
Charles Dang 2015-10-17 23:11:31 +11:00
parent 83a3d3680b
commit a8fdbeda10

View file

@ -334,45 +334,55 @@
[/row]
[row]
grow_factor = 1
[column]
horizontal_alignment = "left"
horizontal_grow = "true"
border = "bottom"
border_size = 10
[grid]
[row]
grow_factor = 1
[button]
id = "delete"
definition = "default"
[column]
horizontal_alignment = "left"
border = "bottom"
border_size = 10
size_text = _ "Delete"
label = _ "Delete"
[/button]
[toggle_button]
id = "change_difficulty"
definition = "default"
label = _ "Change difficulty"
tooltip = _ "Change campaign difficulty before loading"
[/toggle_button]
[/column]
[column]
horizontal_alignment = "right"
border = "bottom"
border_size = 10
[button]
id = "delete"
definition = "default"
size_text = _ "Delete"
label = _ "Delete"
[/button]
[/column]
[/row]
[/grid]
[/column]
[/row]
[row]
[column]
horizontal_alignment = "left"
border = "bottom"
border_size = 10
[toggle_button]
id = "change_difficulty"
definition = "default"
label = _ "Change difficulty"
tooltip = _ "Change campaign difficulty before loading"
[/toggle_button]
[/column]
[/row]
[row]
[column]