Well, you could try this: Using my mod's eq2ui_hud_zoning.xml find this line:
Code:
<Page Activated="true" alwaysonbottom="true" BackgroundOpacity="1.000" Name="Zoning" OnHideEffector="FadeOutEffector" OnShowEffector="FadeInEffector" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="1024,768" Size="1024,768" version="1.1">
And change it to this:
Code:
<Page Activated="true" alwaysonbottom="true" BackgroundOpacity="1.000" Name="Zoning" OnHideEffector="FadeOutEffector" OnShowEffector="FadeInEffector" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="1280,1024" Size="1280,1024" version="1.1">
See if that helps.