gui2/tedit_label: Right-align dialog control buttons,
...give the checkbox a standard margin
This commit is contained in:
parent
c77565ae76
commit
ad401c5cfd
1 changed files with 3 additions and 2 deletions
|
@ -103,6 +103,8 @@
|
||||||
[column]
|
[column]
|
||||||
grow_factor = 1
|
grow_factor = 1
|
||||||
horizontal_grow = "true"
|
horizontal_grow = "true"
|
||||||
|
border = "all"
|
||||||
|
border_size = 5
|
||||||
|
|
||||||
[toggle_button]
|
[toggle_button]
|
||||||
id = "team_only_toggle"
|
id = "team_only_toggle"
|
||||||
|
@ -117,8 +119,7 @@
|
||||||
grow_factor = 0
|
grow_factor = 0
|
||||||
|
|
||||||
[column]
|
[column]
|
||||||
grow_factor = 1
|
horizontal_alignment = "right"
|
||||||
horizontal_grow = "true"
|
|
||||||
|
|
||||||
[grid]
|
[grid]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue