gui2/teditor_settings: Right-align dialog control buttons
This commit is contained in:
parent
55c8f83bf4
commit
c77565ae76
1 changed files with 4 additions and 4 deletions
|
@ -238,14 +238,14 @@
|
|||
[row]
|
||||
grow_factor = 0
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
horizontal_alignment = "right"
|
||||
[grid]
|
||||
[row]
|
||||
grow_factor = 0
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
[button]
|
||||
id = "ok"
|
||||
definition = "default"
|
||||
|
@ -255,7 +255,7 @@
|
|||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
[button]
|
||||
id = "cancel"
|
||||
definition = "default"
|
||||
|
@ -265,7 +265,7 @@
|
|||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_alignment = "right"
|
||||
[button]
|
||||
id = "apply"
|
||||
definition = "default"
|
||||
|
|
Loading…
Add table
Reference in a new issue