diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 16:50:12 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 16:50:12 +0800 |
| commit | 36f28f7c42957cd8728bf4fb7740be28d5b746cb (patch) | |
| tree | d9e96075b456244d08ad2669fe5da1aba04e3a95 /widgets | |
| parent | dashboard: shrink bongo cat so no overlap (diff) | |
| download | caelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.tar.gz caelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.tar.bz2 caelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.zip | |
bar: switch to embedded style
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/StyledRect.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/StyledRect.qml b/widgets/StyledRect.qml index 984ed84..1b6f1e7 100644 --- a/widgets/StyledRect.qml +++ b/widgets/StyledRect.qml @@ -4,7 +4,7 @@ import QtQuick Rectangle { id: root - property bool vertical: parent.vertical ?? false // Convenience property for propagation to children + property bool vertical: parent?.vertical ?? false // Convenience property for propagation to children color: "transparent" implicitWidth: childrenRect.width |