Skip to content

filechooser: Fix paned limits

Matthias Clasen requested to merge matthiasc/for-main into main

The intention of the ui file was to not let the paned shrink both children down to nothing, but using for the children effectively overrides the setting of the shrink properties. Fix that by using child properties instead of .

Merge request reports