software: no vexpanding of listbox

This commit is contained in:
Peter Eisenmann
2022-04-05 02:25:02 +02:00
parent d7edc390ed
commit 889fd9e9d8

View File

@@ -27,19 +27,16 @@ template SoftwarePage : Box {
hscrollbar-policy: external;
propagate-natural-width: true;
propagate-natural-height: true;
child:
Viewport {
vscroll-policy: natural;
child:
ListBox software_list {
margin-start: 18;
margin-end: 18;
margin-top: 6;
margin-bottom: 6;
selection-mode: none;
child:
ListBox software_list {
margin-start: 18;
margin-end: 18;
margin-top: 6;
margin-bottom: 6;
selection-mode: none;
valign: start;
styles ["boxed-list"]
};
styles ["boxed-list"]
};
styles ["scrollbar"]