diff options
Diffstat (limited to 'config/OsdConfig.qml')
| -rw-r--r-- | config/OsdConfig.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/OsdConfig.qml b/config/OsdConfig.qml index 7275e22..d61419b 100644 --- a/config/OsdConfig.qml +++ b/config/OsdConfig.qml @@ -2,8 +2,9 @@ import Quickshell.Io JsonObject { property int hideDelay: 2000 + property Sizes sizes: Sizes {} - property JsonObject sizes: JsonObject { + component Sizes: JsonObject { property int sliderWidth: 30 property int sliderHeight: 150 } |