Skip to content

Commit

Permalink
gui2/mp_alerts_options: Use labelless checkboxes
Browse files Browse the repository at this point in the history
This fixes an issue where the checkboxes are slightly misaligned
relative to the headings because of the extra space they reserve to the
right.
  • Loading branch information
irydacea committed Jul 7, 2020
1 parent 5afb96e commit 9c5b2ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/gui/window/mp_alerts_options.cfg
Expand Up @@ -27,7 +27,7 @@

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

Expand All @@ -40,7 +40,7 @@

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

Expand All @@ -53,7 +53,7 @@

[toggle_button]
id = {ID} + "_lobby"
definition = "default"
definition = "no_label"
[/toggle_button]
[/column]
[/row]
Expand Down

0 comments on commit 9c5b2ef

Please sign in to comment.