Probably need to look at the [`GUIStyle`][1] used for the box. If you recall, `GUIStyles` include padding, margin and borders, so I'd guess that one of those is making your boxes bigger.
[1]: http://docs.unity3d.com/Documentation/ScriptReference/GUIStyle.html
↧