summaryrefslogtreecommitdiff
path: root/widgets/AnchorText.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 18:47:45 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 18:47:45 +1000
commit169450aa2e9d9058686aab0f7cf54b728ecd6efa (patch)
tree22b84e83831f975db86c676ef4716815f59ab10d /widgets/AnchorText.qml
parentbar: increase spacing between pill content (diff)
downloadcaelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.gz
caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.bz2
caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.zip
feat: bar bluetooth devices
Diffstat (limited to 'widgets/AnchorText.qml')
-rw-r--r--widgets/AnchorText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/AnchorText.qml b/widgets/AnchorText.qml
index a0342e8..03514dd 100644
--- a/widgets/AnchorText.qml
+++ b/widgets/AnchorText.qml
@@ -5,7 +5,7 @@ StyledText {
id: root
required property Item prevAnchor
- property bool vertical
+ property bool vertical: parent.vertical ?? false
anchors.left: vertical ? undefined : prevAnchor.right
anchors.leftMargin: vertical ? 0 : Appearance.padding.smaller