X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_radar.c;h=3e72acc8b0ee737558ee8319bf7b14f56e8dbecf;hb=a371a92075bc6cf04c81faf14d70121b5517363c;hp=5a43bbdf60ac1a9ef7286637f25e13fe43e610bb;hpb=49a1b0a79699721877d9630fc598574bb0ac91b2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_radar.c b/qcsrc/menu/xonotic/dialog_hudpanel_radar.c index 5a43bbdf6..3e72acc8b 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_radar.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_radar.c @@ -17,7 +17,7 @@ void XonoticHUDRadarDialog_fill(entity me) string panelname = "radar"; me.TR(me); - me.TD(me, 1, 2, e = makeXonoticTextSlider("hud_panel_radar")); + me.TD(me, 1, 4, e = makeXonoticTextSlider("hud_panel_radar")); e.addValue(e, _("Panel disabled"), "0"); e.addValue(e, _("Panel enabled in teamgames"), "1"); e.addValue(e, _("Panel always enabled"), "2"); @@ -26,7 +26,7 @@ void XonoticHUDRadarDialog_fill(entity me) DIALOG_HUDPANEL_COMMON_NOTOGGLE(); me.TR(me); - me.TD(me, 1, 2, e = makeXonoticTextLabel(0, _("Radar:"))); + me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Radar:"))); me.TR(me); me.TDempty(me, 0.2); me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Alpha:"))); @@ -48,7 +48,7 @@ void XonoticHUDRadarDialog_fill(entity me) me.TR(me); me.TDempty(me, 0.2); me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Zoom mode:"))); - me.TD(me, 1, 1.6, e = makeXonoticTextSlider("hud_panel_radar_zoommode")); + me.TD(me, 1, 2.6, e = makeXonoticTextSlider("hud_panel_radar_zoommode")); e.addValue(e, _("Zoomed in"), "0"); e.addValue(e, _("Zoomed out"), "1"); e.addValue(e, _("Always zoomed"), "2");