From 7e532dbe850bf12a48b992d76efda3ce9f095875 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:21:04 +1000 Subject: feat: bar workspaces --- modules/bar/OsIcon.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/bar/OsIcon.qml') diff --git a/modules/bar/OsIcon.qml b/modules/bar/OsIcon.qml index 028c3c7..2b99de3 100644 --- a/modules/bar/OsIcon.qml +++ b/modules/bar/OsIcon.qml @@ -6,12 +6,14 @@ import QtQuick import QtQuick.Layouts Box { + padding: [Appearance.padding.smaller, 0] + Label { text: Icons.osIcon font.pointSize: Appearance.font.size.smaller font.family: Appearance.font.family.mono color: Appearance.colours.yellow - Layout.alignment: Qt.AlignCenter + Layout.alignment: Layout.Center } } -- cgit v1.2.3-freya