]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Apply a minimal line spacing 342/head
authorterencehill <piuntn@gmail.com>
Fri, 29 Jul 2016 13:42:46 +0000 (15:42 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 29 Jul 2016 13:42:46 +0000 (15:42 +0200)
qcsrc/client/hud/panel/infomessages.qc

index f8803d85e666db7470f381eef27cc00f1a6ae7e2..39c5bc64392526f637f2a3fd38c6c586b5b78bca 100644 (file)
@@ -43,6 +43,7 @@ vector InfoMessages_drawstring(string s, vector pos, vector sz, float a, vector
                pos.y += fontsize.y;
                offset = fontsize.x;
        }
+       pos.y += fontsize.y * 0.25;
        return pos;
 }