manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
133 stars 41 forks source link

Configuration window breaks at small sizes. #235

Open RokeJulianLockhart opened 3 months ago

RokeJulianLockhart commented 3 months ago

Nothing wraps, and solely the tree panel adds a slider to compensate. Everything else renders outside the boundaries of the window, and the heading renders behind the content:

Screenshot_20240611_154338

anaselli commented 3 months ago

Class definition is here I created a minSize 80x15 all is performed by using libyui and createMinSize is here. Any help is welcome.