Oshan96 / CustomStage

A JavaFX UI framework to create fully customized undecorated windows
Apache License 2.0
198 stars 18 forks source link

title truncated #9

Open mokun opened 6 years ago

mokun commented 6 years ago

The string text of the title got truncated somehow at the end of the 22nd character

The width of the custom stage is 1280. More than enough space.

I wonder why ?

Oshan96 commented 6 years ago

Oh yes it is a bug (sortof) the tile is actually a lable which has some specific width. However, the label can be accessed and resized as you may wish through its ID (#lblTitle)