From: Rudolf Polzer Date: Tue, 13 Jan 2015 18:38:53 +0000 (-0800) Subject: Show optionally condensed fonts right again :) X-Git-Tag: xonotic-v0.8.0~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e9907990859b708001aaa7afc30a50640164774d;p=xonotic%2Fxonotic-data.pk3dir.git Show optionally condensed fonts right again :) --- diff --git a/qcsrc/menu/draw.qc b/qcsrc/menu/draw.qc index afa4d49e0..19d18223a 100644 --- a/qcsrc/menu/draw.qc +++ b/qcsrc/menu/draw.qc @@ -315,7 +315,7 @@ float draw_CondensedFontFactor(string theText, float ICanHasKallerz, vector Size //dprintf("NOTE: label text %s too wide for label, condensed by factor %f\n", theText, maxWidth / w); return maxWidth / w; } - return 0.8; + return 1.0; } float draw_clipSet;