mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 16:05:43 +00:00
gui2/tmessage: Right-align dialog control buttons
This commit is contained in:
parent
1c1332dcfc
commit
55c8f83bf4
@ -100,6 +100,8 @@
|
||||
|
||||
[column]
|
||||
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
@ -110,7 +112,7 @@
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[button]
|
||||
id = "left_side"
|
||||
@ -124,7 +126,7 @@
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[button]
|
||||
id = "ok"
|
||||
@ -138,7 +140,7 @@
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[button]
|
||||
id = "cancel"
|
||||
@ -152,7 +154,7 @@
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[button]
|
||||
id = "right_side"
|
||||
|
Loading…
x
Reference in New Issue
Block a user