summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 11:04:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 11:04:03 +1000
commit9071de0d601e588b6840b10d84edd6edc60c5a64 (patch)
tree8f1c663d083fc72281df94c464ff54ab2074a83b /config/BarConfig.qml
parentfeat: border + colour changes (diff)
downloadcaelestia-shell-9071de0d601e588b6840b10d84edd6edc60c5a64.tar.gz
caelestia-shell-9071de0d601e588b6840b10d84edd6edc60c5a64.tar.bz2
caelestia-shell-9071de0d601e588b6840b10d84edd6edc60c5a64.zip
feat: shadow
Border exclusivity Fix slider handle text colour
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 18eaf23..345aac9 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -19,7 +19,7 @@ Singleton {
property int totalHeight: height
property int height: 40
property int innerHeight: 30
- property int floatingGap: 10 + BackgroundConfig.border.thickness
+ property int floatingGap: 15
property int maxLabelWidth: 600
property int maxLabelHeight: 400
}