Quote:
Originally Posted by Ibex
[You must be logged in to view images. Log in or Register.]
Some of the UI is doing what you see above where some of the UI elements and text seems to be out of place/floating to the left or right. It is only a minor nuisance but I cannot figure out how to fix it. I'd appreciate any insight.
|
This seems to be a consequence of choosing a custom font to render UI elements with in the ALT+O menu. The element spacing in the pictured UI fragment is rigidly defined, i.e. <x> pixels wide <y> pixels high, changing the font size doesn't scale the spacing. You'll need to pick a font which fits into the assumptions baked into the XML defining that element OR edit the XML yourself to accommodate your chosen font. Good luck.