There's no "size_limit" implementation for GTK #4790
-
Without a "size_limit" implementation for GTK, if gtk-adwaita is enabled (the default), you can't size a window below about 482x322 pixels because it's left to gtk to decide what the minimum is. That's an issue. If gtk-adwaita is disabled, you can actually size the window down to 0 lines and if gtk-titlebar is also disabled, you can also size it down to 0 columns. I'm not sure if this is an issue or not :) Either way, I'l be submitting a PR to implement size_limit by calling gtk_widget_set_size_request(). There's still some minimum that adwaita imposes (about 357x248) but at least you can get reasonably close to the published minimums. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I'd be fine seeing a PR for this. |
Beta Was this translation helpful? Give feedback.
I'd be fine seeing a PR for this.