diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-15 21:49:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-15 21:49:09 +1000 |
| commit | 2be46ff65ab50026e831c42b25c1a4f86eb413c4 (patch) | |
| tree | 03853df4c5bbb5d948dd01f4f8a627504b1a918b /config/BarConfig.qml | |
| parent | lock/notifs: retain notifs (diff) | |
| download | caelestia-shell-2be46ff65ab50026e831c42b25c1a4f86eb413c4.tar.gz caelestia-shell-2be46ff65ab50026e831c42b25c1a4f86eb413c4.tar.bz2 caelestia-shell-2be46ff65ab50026e831c42b25c1a4f86eb413c4.zip | |
internal: static bar width
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 288368a..bbe061b 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -75,7 +75,7 @@ JsonObject { } component Sizes: JsonObject { - property int innerHeight: 30 + property int innerWidth: 40 property int windowPreviewSize: 400 property int trayMenuWidth: 300 property int batteryWidth: 250 |