]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.qc
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_quickmenu.qc
index 4012bc61ac13b64975a57ff9c47e8bf356432af6..e0f8b68d43200c0fab39da3bd2f2d18c0f3cce8a 100644 (file)
@@ -12,10 +12,10 @@ void XonoticHUDQuickMenuDialog_fill(entity me)
        DIALOG_HUDPANEL_COMMON_NOTOGGLE();
 
        me.TR(me);
-               me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Text alignment:")));
+       me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Text alignment:")));
        me.TR(me);
-               me.TDempty(me, 0.2);
-                       me.TD(me, 1, 3.8/3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "0", _("Left")));
-                       me.TD(me, 1, 3.8/3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "0.5", _("Center")));
-                       me.TD(me, 1, 3.8/3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "1", _("Right")));
+       me.TDempty(me, 0.2);
+       me.TD(me, 1, 3.8 / 3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "0", _("Left")));
+       me.TD(me, 1, 3.8 / 3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "0.5", _("Center")));
+       me.TD(me, 1, 3.8 / 3, e = makeXonoticRadioButton(3, "hud_panel_quickmenu_align", "1", _("Right")));
 }