Miletus main form border/title bar on Raspberry Pi

I want to run an app full-screen with no title bar.

On Windows, I can remove the title bar by simply setting the main form BorderStyle to bsNoneBorder.

On the Raspberry Pi though, the title bar remains, and the form has the normal sizeable border.

To test, just create a new Miletus project with that BorderStyle=bsNoneBorder., and build for Windows and then Raspberry Pi.

Similarly, WindowState=wsMaximized has no effect on Raspberry Pi.

We will investigate adding support for this.

Thanks, would be appreciated. It's for an app that will run with the Raspberry Pi touchscreen and has a Star Trek "LCARS" style UI, which is rather spoilt by the addition of the title bar!

Dave

Awesome!
A fix is coming up!