diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 18:47:45 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 18:47:45 +1000 |
| commit | 169450aa2e9d9058686aab0f7cf54b728ecd6efa (patch) | |
| tree | 22b84e83831f975db86c676ef4716815f59ab10d /widgets/StyledRect.qml | |
| parent | bar: increase spacing between pill content (diff) | |
| download | caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.gz caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.bz2 caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.zip | |
feat: bar bluetooth devices
Diffstat (limited to 'widgets/StyledRect.qml')
| -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 07c1e77..bb9824c 100644 --- a/widgets/StyledRect.qml +++ b/widgets/StyledRect.qml @@ -5,7 +5,7 @@ Rectangle { id: root property bool animate: false - property bool 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 |