gui2/mp_alerts_options: Use labelless checkboxes

This fixes an issue where the checkboxes are slightly misaligned
relative to the headings because of the extra space they reserve to the
right.
This commit is contained in:
Iris Morelle 2020-07-06 23:25:39 -04:00
parent 5afb96e808
commit 9c5b2ef344

View file

@ -27,7 +27,7 @@
[toggle_button]
id = {ID} + "_sound"
definition = "default"
definition = "no_label"
[/toggle_button]
[/column]
@ -40,7 +40,7 @@
[toggle_button]
id = {ID} + "_notif"
definition = "default"
definition = "no_label"
[/toggle_button]
[/column]
@ -53,7 +53,7 @@
[toggle_button]
id = {ID} + "_lobby"
definition = "default"
definition = "no_label"
[/toggle_button]
[/column]
[/row]