From 5fd8d0f6da23030cbe043c5fd59284393781e23a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:29:30 +1000 Subject: refactor: use anchors instead of layouts --- modules/bar/components/OsIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/components/OsIcon.qml') diff --git a/modules/bar/components/OsIcon.qml b/modules/bar/components/OsIcon.qml index 2b99de3..5f2a103 100644 --- a/modules/bar/components/OsIcon.qml +++ b/modules/bar/components/OsIcon.qml @@ -8,7 +8,7 @@ import QtQuick.Layouts Box { padding: [Appearance.padding.smaller, 0] - Label { + StyledText { text: Icons.osIcon font.pointSize: Appearance.font.size.smaller font.family: Appearance.font.family.mono -- cgit v1.2.3-freya