diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/NotifsConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index 10d0a4f..34b9226 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -13,7 +13,7 @@ Singleton { component Sizes: QtObject { readonly property int width: 400 - readonly property int image: 50 + readonly property int image: 41 readonly property int badge: 20 } } |