GLBasic forum

Codesnippets => DD-GUI => Topic started by: MrTAToad on 2012-Feb-17

Title: DDgui_msg
Post by: MrTAToad 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]
Title: Re: DDgui_msg
Post by: Kitty Hello 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.