Preferences: shifted the Skip AI Moves button around
[ci skip] Makes it clear it's not intrinsically tied to the Accelerated Speed factor.
This commit is contained in:
parent
cb7a679142
commit
10e663ed6c
1 changed files with 21 additions and 25 deletions
|
@ -41,37 +41,33 @@
|
|||
[/column]
|
||||
[/row]
|
||||
|
||||
{_GUI_PREFERENCES_SPACER_ROW}
|
||||
|
||||
[row]
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
border = "top,left,right"
|
||||
border_size = 5
|
||||
horizontal_grow = true
|
||||
[toggle_button]
|
||||
id = "skip_ai_moves"
|
||||
label = _ "Skip AI moves"
|
||||
tooltip = _ "Do not animate AI units moving"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
|
||||
[toggle_button]
|
||||
id = "turbo_toggle"
|
||||
label = _ "Accelerated speed"
|
||||
tooltip = _ "Make units move and fight faster"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[row]
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[column]
|
||||
border = "top,left,right"
|
||||
border_size = 5
|
||||
horizontal_grow = true
|
||||
|
||||
[toggle_button]
|
||||
id = "skip_ai_moves"
|
||||
label = _ "Skip AI moves"
|
||||
tooltip = _ "Do not animate AI units moving"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
[/grid]
|
||||
[toggle_button]
|
||||
id = "turbo_toggle"
|
||||
label = _ "Accelerated speed"
|
||||
tooltip = _ "Make units move and fight faster"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue