mirror of
https://github.com/endeavouros-team/eos-quickstart.git
synced 2026-09-26 17:21:43 +00:00
Fix warning about null width
This commit is contained in:
@@ -17,7 +17,7 @@ ApplicationWindow {
|
||||
model: packageModel
|
||||
delegate: Item {
|
||||
property bool expanded: lvPackages.isSectionExpanded( model.category )
|
||||
width: parent.width - sbListview.width
|
||||
width: lvPackages.width - sbListview.width
|
||||
implicitHeight: expanded ? check.implicitHeight : 0
|
||||
|
||||
Row {
|
||||
|
||||
Reference in New Issue
Block a user