swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Fix Gtk3Backend window height resizing

Open stackotter opened this issue 7 months ago • 0 comments

To reproduce this issue, create a window with some content that expands to fill the full height of the window (e.g. Color.red), and give the window .contentMinSize resizability with the .windowResizability modifier. You'll find that you can freely resize the width of the window, but can always increase the height of the window, but can't decrease it.

This is likely an issue with how we're decoupling the window's size from the size of the root view, which involves our purpose-made CustomRootWidget widget.

stackotter avatar May 22 '25 05:05 stackotter