mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 03:37:17 +00:00
gui2/tgame_delete: Removed some unusual geometry specifications
* A "spacer label" which is really not required (standard borders should be enough to make the dialog look nice) * A right-aligned checkbox, which should really be left-aligned
This commit is contained in:
parent
9628410724
commit
1c8fddb5b1
@ -72,7 +72,7 @@
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
horizontal_alignment = "left"
|
||||
[toggle_button]
|
||||
id = "dont_ask_again"
|
||||
definition = "default"
|
||||
@ -84,26 +84,6 @@
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
[label]
|
||||
id = "lblSpacer"
|
||||
definition = "default"
|
||||
|
||||
label = " "
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user