
-----------------------------------
Jeffmagma
Thu Dec 10, 2015 7:03 pm

Adjust Window Height to Fit Text
-----------------------------------
What is it you are trying to achieve?
Make the window small enough to just fit a line of text


What is the problem you are having?
The window height won't go under around 30 or 40 pixels


Describe what you have tried to solve this problem
I've tried to make the height 0, but nothing has changed


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)

var error := Window.Open ("graphics:0;0;nocursor;nobuttonbar")


Please specify what version of Turing you are using
OpenTuring 1.0.1,

-----------------------------------
Dreadnought
Fri Dec 11, 2015 3:41 pm

Re: Adjust Window Height to Fit Text
-----------------------------------
I think that Windows has a lower limit on the size a window can have. Seems like 86x36 is the smallest possible window size you can get.

-----------------------------------
Jeffmagma
Sat Dec 12, 2015 8:11 am

Re: Adjust Window Height to Fit Text
-----------------------------------
ok thanks, i guess ill just add some text border to make it look cool
