From 2be46ff65ab50026e831c42b25c1a4f86eb413c4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:49:09 +1000 Subject: internal: static bar width --- config/BarConfig.qml | 2 +- config/Config.qml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'config') 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 diff --git a/config/Config.qml b/config/Config.qml index 4311286..24fb00b 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -27,7 +27,6 @@ Singleton { path: `${Paths.stringify(Paths.config)}/shell.json` watchChanges: true onFileChanged: reload() - onAdapterUpdated: writeAdapter() JsonAdapter { id: adapter -- cgit v1.2.3-freya