linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.58k stars 566 forks source link

Druid does not allow low window sizes #2406

Closed barnabasd closed 3 months ago

barnabasd commented 3 months ago

I have a window with .show_titlebar(false). But if I try to set the window's size to less than (I think) 136px. As that is the windows titlebar button width (minimize, maximize, close). So the .show_titlebar(false) does not set the window style to none.

Is it possible the get the window's HWND to manually set it?

The app will only be ran on windows.