Preferences: shifted the Skip AI Moves button around

[ci skip]

Makes it clear it's not intrinsically tied to the Accelerated Speed factor.

(cherry-picked from commit 10e663ed6c)
This commit is contained in:
Charles Dang 2018-06-29 18:20:37 +11:00
parent 4c8788f62a
commit ff7f3c06a0

View file

@ -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]