diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-17 12:36:07 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-17 12:36:07 -0400 |
| commit | d67728f19fc2ba312e043891bfe77f63b164ea8a (patch) | |
| tree | 43f9f8a076745873ba436140db28a5aec0c7ace4 /modules/dashboard | |
| parent | make color rendering better, wth was the orig doing (diff) | |
| download | caelestia-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.qml | 1 |
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 } } |