diff options
Diffstat (limited to 'widgets/StyledRect.qml')
| -rw-r--r-- | widgets/StyledRect.qml | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |