Skip to content

Commit

Permalink
MP Lobby: added Replay Options combobox to small resolution layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Sep 1, 2016
1 parent 742b4b0 commit f3e63eb
Showing 1 changed file with 37 additions and 22 deletions.
59 changes: 37 additions & 22 deletions data/gui/window/lobby_main.cfg
Expand Up @@ -813,6 +813,18 @@
[/label]
[/column]

[column]
grow_factor = 0
border = "left,right,top"
horizontal_alignment = "right"
border_size = 5
[button]
id = "refresh"
definition = "default"
label = _ "Refresh"
[/button]
[/column]

[column]
grow_factor = 0
horizontal_alignment = "right"
Expand Down Expand Up @@ -847,28 +859,6 @@
label = _ "Preferences"
[/button]
[/column]
[column]
grow_factor = 1
border = "all"
horizontal_alignment = "left"
border_size = 5
[button]
id = "refresh"
definition = "default"
label = _ "Refresh"
[/button]
[/column]
[column]
grow_factor = 0
border = "all"
horizontal_alignment = "right"
border_size = 5
[toggle_button]
id = "skip_replay"
definition = "default"
label = _ "Quick replay"
[/toggle_button]
[/column]
[column]
grow_factor = 0
border = "all"
Expand Down Expand Up @@ -902,6 +892,31 @@
label = _ "Observe"
[/button]
[/column]
[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_grow = "true"

[menu_button]
id = "replay_options"
definition = "default"

[option]
label = _ "Normal Replays"
[/option]

[option]
label = _ "Quick Replays"
tooltip = _ "Skip quickly to the active turn when observing"
[/option]

[option]
label = _ "Enter Blindfolded"
tooltip = _ "Do not show the map until given control of a side"
[/option]
[/menu_button]
[/column]
[/row]
[/grid]
[/column]
Expand Down

0 comments on commit f3e63eb

Please sign in to comment.