Describe the problem
There's no way to set the size and position of the window in the window builder to physical coordinates.
Describe the solution you'd like
The size and position methods should be able to accept either logical or physical units.
Alternatives considered
Setting the window size and position AFTER the window has been created, which for some reason accepts logical or physical coordinates despite the fact that the window builder doesn't? 🤔
Additional context
My use case is positioning a window on a specific monitor. This can only be done with physical units :(
Describe the problem
There's no way to set the size and position of the window in the window builder to physical coordinates.
Describe the solution you'd like
The size and position methods should be able to accept either logical or physical units.
Alternatives considered
Setting the window size and position AFTER the window has been created, which for some reason accepts logical or physical coordinates despite the fact that the window builder doesn't? 🤔
Additional context
My use case is positioning a window on a specific monitor. This can only be done with physical units :(