From 8c626b20e18beac35e0d5ad8afcfd9c5a724f87e Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 25 Oct 2025 18:21:22 -0400 Subject: [PATCH] dankbar: fix center section spacers --- Modules/DankBar/CenterSection.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/DankBar/CenterSection.qml b/Modules/DankBar/CenterSection.qml index 91f409d1..4e76ffbb 100644 --- a/Modules/DankBar/CenterSection.qml +++ b/Modules/DankBar/CenterSection.qml @@ -372,9 +372,6 @@ Item { } item.widthChanged.connect(() => layoutTimer.restart()) item.heightChanged.connect(() => layoutTimer.restart()) - if (model.widgetId === "spacer") { - item.spacerSize = Qt.binding(() => model.size || 20) - } if (root.axis && "axis" in item) { item.axis = Qt.binding(() => root.axis) }