summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-17 12:36:07 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-17 12:36:07 -0400
commitd67728f19fc2ba312e043891bfe77f63b164ea8a (patch)
tree43f9f8a076745873ba436140db28a5aec0c7ace4 /modules/dashboard
parentmake color rendering better, wth was the orig doing (diff)
downloadcaelestia-shell-d67728f19fc2ba312e043891bfe77f63b164ea8a.tar.gz
caelestia-shell-d67728f19fc2ba312e043891bfe77f63b164ea8a.tar.bz2
caelestia-shell-d67728f19fc2ba312e043891bfe77f63b164ea8a.zip
fix workspace indicator offset
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/Wrapper.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/Wrapper.qml b/modules/dashboard/Wrapper.qml
index 9758d27..3f86158 100644
--- a/modules/dashboard/Wrapper.qml
+++ b/modules/dashboard/Wrapper.qml
@@ -37,6 +37,7 @@ Item {
PropertyChanges {
root.implicitHeight: content.implicitHeight
+ root.implicitWidth: content.implicitWidth
}
}