Skip to content

gis-driver: Set a minimum size for gtk_scrolled_window

Even after !181 (merged), it's still possible to make the window really tiny by resizing the window from the corners. However, I think I found a better fix for #136 (closed): when setting a minimum width and height for gtk_scrolled_window, it won't be possible to make the window so small to the point that elements get hidden.

Screencast_from_2023-03-10_16-18-47

Fixes #136 (closed)

Edited by 𝅳Automeris naranja

Merge request reports