Author Topic: DDgui_msg  (Read 4841 times)

MrTAToad

  • Guest
DDgui_msg
« on: 2012-Feb-17 »
I notice that there is a lot of space wasted with DDGui_msg when changing gDDguiMinControlDimension%.

As you can see there is a fair bit of space that could be used for the message, and bringing the button down a bit.

[attachment deleted by admin]

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 10859
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: DDgui_msg
« Reply #1 on: 2012-Feb-20 »
The problem is the size of the text box when the text has to wrap. Add "\n" to cause manual breaks instead.