locale: expand list according to content

This commit is contained in:
Peter Eisenmann
2022-04-30 10:35:02 +02:00
parent 07d177f334
commit 5d034f916a

View File

@@ -125,12 +125,13 @@ template LocalePage : Box {
}
Box {
valign: start;
overflow: hidden;
styles ["card", "scrollable-container"]
ScrolledWindow {
hexpand: true;
vexpand: true;
propagate-natural-height: true;
child:
Stack list_stack {
vhomogeneous: false;