summaryrefslogtreecommitdiff
path: root/modules/bar/OsIcon.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 11:01:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 11:01:48 +1000
commitf7b0e4665b223d86045110ff3d4704c1a7760a4d (patch)
tree5e71541184bf7b736b99d689e4920dda44eeefd8 /modules/bar/OsIcon.qml
parentfeat: anims + box padding (diff)
downloadcaelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.tar.gz
caelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.tar.bz2
caelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.zip
format: conform to qml coding conventions
Diffstat (limited to 'modules/bar/OsIcon.qml')
-rw-r--r--modules/bar/OsIcon.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/OsIcon.qml b/modules/bar/OsIcon.qml
index 62ff5e6..028c3c7 100644
--- a/modules/bar/OsIcon.qml
+++ b/modules/bar/OsIcon.qml
@@ -7,11 +7,11 @@ import QtQuick.Layouts
Box {
Label {
- Layout.alignment: Qt.AlignCenter
-
text: Icons.osIcon
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
color: Appearance.colours.yellow
+
+ Layout.alignment: Qt.AlignCenter
}
}