From 63da636144635e5aa6b7ff1a2d2eec2a1e35aafa Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 27 May 2025 10:42:08 +0800 Subject: internal: bar only vertical The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect --- widgets/StyledRect.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets/StyledRect.qml') diff --git a/widgets/StyledRect.qml b/widgets/StyledRect.qml index 8b3ac05..108e5e0 100644 --- a/widgets/StyledRect.qml +++ b/widgets/StyledRect.qml @@ -4,8 +4,6 @@ import QtQuick Rectangle { id: root - property bool vertical: parent?.vertical ?? false // Convenience property for propagation to children - color: "transparent" Behavior on color { -- cgit v1.2.3-freya