Skip to content

Commit

Permalink
Preferences: shifted the Skip AI Moves button around
Browse files Browse the repository at this point in the history
[ci skip]

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

(cherry-picked from commit 10e663e)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 4c8788f commit ff7f3c0
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions data/gui/window/preferences/01_general.cfg
Expand Up @@ -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 = "turbo_toggle"
label = _ "Accelerated speed"
tooltip = _ "Make units move and fight faster"
[/toggle_button]
[/column]
[toggle_button]
id = "skip_ai_moves"
label = _ "Skip AI moves"
tooltip = _ "Do not animate AI units moving"
[/toggle_button]
[/column]
[/row]

[column]
border = "top,left,right"
border_size = 5
horizontal_grow = true
[row]
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"

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

Expand Down

0 comments on commit ff7f3c0

Please sign in to comment.