summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-23 17:24:19 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-23 17:24:19 +1000
commit329c240699ae3f667e1921ee02a1c87b6a733063 (patch)
tree3eb15c0c1d079fdca30408081ecbd3301d2f20f3 /config
parentpopouts: better tray menu focus handling (diff)
downloadcaelestia-shell-329c240699ae3f667e1921ee02a1c87b6a733063.tar.gz
caelestia-shell-329c240699ae3f667e1921ee02a1c87b6a733063.tar.bz2
caelestia-shell-329c240699ae3f667e1921ee02a1c87b6a733063.zip
internal: fix damn lsp overshadowing
Diffstat (limited to 'config')
-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 {}
}