I have a Miletus app that I run full-screen on a Raspberry Pi touchscreen. Thanks to recent fixes (cheers!) the program title bar is gone now when the main form is set to bsNoneBorder / weMaximized, however there's a 1-pixel border around the entire main form. The touchscreen is 800x480 pixels, but as you see from my test program graphic, the main form is 2 pixels smaller due to the 1-pixel border that is outside the main form:
Is there a way of removing this unwanted border?
Dave