Skip to content

Commit

Permalink
fix tablature in data/gui/.../mp_alerts_options.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Oct 19, 2014
1 parent 4e7149f commit d51b4dc
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions data/gui/default/window/mp_alerts_options.cfg
@@ -1,67 +1,67 @@
#textdomain wesnoth-lib

#define __GUI_LOBBY_SOUNDS_ENTRY ID LABEL TOOLTIP
[row]
[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[label]
definition = "default"

id = {ID} + "_label"
label = {LABEL}
tooltip = {TOOLTIP}
[/label]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_sound"
definition = "default"
label = ""
[/toggle_button]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_notif"
definition = "default"
label = ""
tooltip = ""
[/toggle_button]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_lobby"
definition = "default"
label = ""
tooltip = ""
[/toggle_button]
[/column]
[/row]
[row]
[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[label]
definition = "default"

id = {ID} + "_label"
label = {LABEL}
tooltip = {TOOLTIP}
[/label]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_sound"
definition = "default"
label = ""
[/toggle_button]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_notif"
definition = "default"
label = ""
tooltip = ""
[/toggle_button]
[/column]

[column]
grow_factor = 0

border = "all"
border_size = 5
horizontal_alignment = "left"

[toggle_button]
id = {ID} + "_lobby"
definition = "default"
label = ""
tooltip = ""
[/toggle_button]
[/column]
[/row]
#enddef

[window]
Expand Down

0 comments on commit d51b4dc

Please sign in to comment.