DuchGhast

Results 4 comments of DuchGhast

@Tapac Is there any update on the state of the plugin?

Are there any plans to support this feature?

> ``` > Window(...){ > window.minimumSize = Dimension(1080,720) > } > ``` > > Give it a try. On Windows 11, compose 1.4.0, kotlin 1.8.20, scale 200%. ``` window.minimumSize =...

@m-sasha > `window.minimumSize` is Swing API, not compose I am aware of that but there does not seem to be way to set minimum size in compose. And `window.minimumSize` does...