MP Lobby: added Replay Options combobox to small resolution layout

This commit is contained in:
Charles Dang 2016-09-01 13:12:16 +11:00
parent 742b4b0be3
commit f3e63ebc96

View file

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