baedert / corebird

Native Gtk+ Twitter Client
https://corebird.baedert.org
GNU General Public License v3.0
791 stars 78 forks source link

Make account list scrollable #757

Open baedert opened 7 years ago

baedert commented 7 years ago

Some people have lots of accounts for reasons unknown to me.

BUT: there's no satisfying way of getting the popover sized correctly in gtk3. We obviously need to set propagate-natural-height of the GtkScrolledWindow to TRUE, but that means the popover will leak above the window border, which is especially bad on X11. The fact that the minimum size fits into the window is never considered. I'm going to look at this for gtk4 since I'm not going to change the behavior in gtk3.