hedgewars/uStore.pas
changeset 2332 351abbbb12f3
parent 2292 87af4ad0ec98
child 2376 ece7b87f1334
--- a/hedgewars/uStore.pas	Tue Aug 25 20:54:11 2009 +0000
+++ b/hedgewars/uStore.pas	Wed Aug 26 20:32:27 2009 +0000
@@ -728,6 +728,7 @@
 
 if length(s) = 0 then s:= '...';
 TTF_SizeUTF8(Fontz[font].Handle, Str2PChar(s), w, h);
+if w<8 then w:= 8;
 j:= 0;
 if (length(s) > 20) then
     begin