summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml22
1 files changed, 3 insertions, 19 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index c3474a3..bcb753f 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -5,24 +5,8 @@ JsonObject {
property Sizes sizes: Sizes {}
component Sizes: JsonObject {
- property int border: 100
- property int clockWidth: 800
- property int clockHeight: 200
- property int inputWidth: 600
- property int inputHeight: 200
- property int faceSize: 100
- property int weatherWidth: 400
- property int weatherHeight: 100
- property int mediaWidth: 600
- property int mediaWidthSmall: 450
- property int mediaHeight: 170
- property int mediaHeightSmall: 150
- property int mediaCoverSize: 150
- property int mediaCoverSizeSmall: 120
- property int mediaCoverBorder: 3
- property int largeScreenWidth: 2560
- property int smallScreenWidth: 1080
- property int buttonsWidth: 400
- property int buttonsWidthSmall: 300
+ property real heightMult: 0.7
+ property real ratio: 16 / 9
+ property int centerWidth: 600
}
}