From f7b0e4665b223d86045110ff3d4704c1a7760a4d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:01:48 +1000 Subject: format: conform to qml coding conventions --- modules/bar/OsIcon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bar/OsIcon.qml') 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 } } -- cgit v1.2.3-freya