Index: src/udcutils.pas
===================================================================
--- src/udcutils.pas	(revision 7423)
+++ src/udcutils.pas	(working copy)
@@ -380,7 +380,7 @@
   end;
   fsfByte:
   begin
-    Result:= Format('%8.0n', [FloatSize]);
+    Result:= Format('%.0n', [FloatSize]);
   end;
   fsfKilo:
   begin
