fix tablature in data/gui/.../mp_alerts_options.cfg
This commit is contained in:
parent
4e7149f893
commit
d51b4dcf83
1 changed files with 49 additions and 49 deletions
|
@ -1,67 +1,67 @@
|
|||
#textdomain wesnoth-lib
|
||||
|
||||
#define __GUI_LOBBY_SOUNDS_ENTRY ID LABEL TOOLTIP
|
||||
[row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
[row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[label]
|
||||
definition = "default"
|
||||
[label]
|
||||
definition = "default"
|
||||
|
||||
id = {ID} + "_label"
|
||||
label = {LABEL}
|
||||
tooltip = {TOOLTIP}
|
||||
[/label]
|
||||
[/column]
|
||||
id = {ID} + "_label"
|
||||
label = {LABEL}
|
||||
tooltip = {TOOLTIP}
|
||||
[/label]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[toggle_button]
|
||||
id = {ID} + "_sound"
|
||||
definition = "default"
|
||||
label = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[toggle_button]
|
||||
id = {ID} + "_sound"
|
||||
definition = "default"
|
||||
label = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[toggle_button]
|
||||
id = {ID} + "_notif"
|
||||
definition = "default"
|
||||
label = ""
|
||||
tooltip = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[toggle_button]
|
||||
id = {ID} + "_notif"
|
||||
definition = "default"
|
||||
label = ""
|
||||
tooltip = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[toggle_button]
|
||||
id = {ID} + "_lobby"
|
||||
definition = "default"
|
||||
label = ""
|
||||
tooltip = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
[toggle_button]
|
||||
id = {ID} + "_lobby"
|
||||
definition = "default"
|
||||
label = ""
|
||||
tooltip = ""
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
#enddef
|
||||
|
||||
[window]
|
||||
|
|
Loading…
Add table
Reference in a new issue