summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/Appearance.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml
index 1751228..6da7fd9 100644
--- a/config/Appearance.qml
+++ b/config/Appearance.qml
@@ -9,7 +9,7 @@ Singleton {
readonly property Rounding rounding: Rounding {}
readonly property Spacing spacing: Spacing {}
readonly property Padding padding: Padding {}
- readonly property Font font: Font {}
+ readonly property FontStuff font: FontStuff {}
readonly property Anim anim: Anim {}
component Rounding: QtObject {
@@ -50,7 +50,7 @@ Singleton {
readonly property int extraLarge: 28
}
- component Font: QtObject {
+ component FontStuff: QtObject {
readonly property FontFamily family: FontFamily {}
readonly property FontSize size: FontSize {}
}