1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

dankbar: fix centersection positioning

This commit is contained in:
bbedward
2025-12-05 23:59:06 -05:00
parent 00d3024143
commit 833d245251

View File

@@ -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