mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
dankbar: fix centersection positioning
This commit is contained in:
@@ -330,7 +330,7 @@ Item {
|
||||
property var itemData: modelData
|
||||
readonly property real itemSpacing: root.widgetSpacing
|
||||
|
||||
width: widgetLoader.item ? widgetLoader.item.width : 0
|
||||
width: root.isVertical ? root.width : (widgetLoader.item ? widgetLoader.item.width : 0)
|
||||
height: widgetLoader.item ? widgetLoader.item.height : 0
|
||||
|
||||
readonly property bool active: widgetLoader.active
|
||||
|
||||
Reference in New Issue
Block a user