summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/BarConfig.qml2
-rw-r--r--config/Config.qml1
2 files changed, 1 insertions, 2 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
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