setHelpTextArea in Python\Screens\CvMainInterface.py sets the location of the help text. That function is called several different through out the file for placing the help text for the normal screen, globe view, etc. So you will probably need to change it in more than one location. X is the 3rd passed variable and y is the 4th. I just wish that the width could be changed, but for some reason that doesn't happen when the width variable is changed.
# Help Text Area
screen.setHelpTextArea( 350, FontTypes.SMALL_FONT, 7, yResolution - 172, -0.1, False, "", True, False, CvUtil.FONT_LEFT_JUSTIFY, HELP_TEXT_MINIMUM_WIDTH )
Ok, so the width of the help text area is determined at #3 passed variable (???)
I'm sorry but I have no idea what that means. Is it 7?
I noticed one thing though. If I do a mouseover on the uniticon on top of the buildorders, the width seem to be ok (approx same same as the box below). Is there anyway I can "copy" that behavior. Or could you pinpoint the location of the code displaying this.
BTW I use bull 1.1 if that has to do with anything.
It's not the size of the screen, but how you use it....
It's a standard 1280x800 laptop screen. Nothing unusual here. Carry on....