summaryrefslogtreecommitdiff
path: root/config/DashboardConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/DashboardConfig.qml')
-rw-r--r--config/DashboardConfig.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml
index a0b2106..b24232a 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -9,5 +9,8 @@ Singleton {
component Sizes: QtObject {
readonly property int tabIndicatorHeight: 3
readonly property int tabIndicatorSpacing: 5
+ readonly property int faceSize: 100
+ readonly property int infoWidth: 200
+ readonly property int infoIconSize: 25
}
}