]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix slightly wrong string alignment at the bottom of the first run dialog
authorterencehill <piuntn@gmail.com>
Sun, 16 Jun 2024 14:49:01 +0000 (16:49 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 16 Jun 2024 14:49:01 +0000 (16:49 +0200)
qcsrc/menu/xonotic/dialog_firstrun.qc

index f17699b371e7a40f24b3ba6f34d583c08c6bfbf9..b8f9b00a5abf40048240e375feb4c989956f2882 100644 (file)
@@ -80,7 +80,7 @@ void XonoticFirstRunDialog_fill(entity me)
        me.TR(me);
        me.TR(me);
 
-       me.gotoRC(me, me.rows - 4, 0);
+       me.gotoRC(me, me.rows - 4, 0); me.setFirstColumn(me, me.currentColumn);
        me.TD(me, 1, me.columns, e = makeXonoticTextLabel(0.5, _("Allow player statistics to use your nickname at stats.xonotic.org?")));
 
        me.gotoRC(me, me.rows - 3, 0);