X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_radar.c;h=3e72acc8b0ee737558ee8319bf7b14f56e8dbecf;hb=e557ad1d2eaf0e18be5931c5548049aa4cfecb39;hp=479c2bb333956c0cfaf275017e27dfd8b690f14e;hpb=5a682c6eb030594b9cc2cf652dd5ab98475095db;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 479c2bb33..3e72acc8b 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_radar.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_radar.c @@ -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:")));