Setting base form window position: Min 7 px space on the left
My base form is using ThisComponent.CurrentController.Frame.ContainerWindow.setPosSize() to open the form in the same position the user used it last time. Setting it to the left side of the screen however doesn't work: there will be at least 7 px space, which means, setting the x position less than 8 px has no effect. The y position works fine. Anybody has a solution?