From 554892a363cd492a9a2268a1fecc9b739d7b8c9c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:39:59 +1000 Subject: dashboard: fix tab indicator offset --- modules/dashboard/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/Content.qml') diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index dedee33..d16d374 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -26,7 +26,7 @@ Item { anchors.topMargin: Appearance.padding.normal anchors.margins: Appearance.padding.large - nonAnimWidth: root.nonAnimWidth + nonAnimWidth: root.nonAnimWidth - anchors.margins * 2 currentIndex: view.currentIndex } -- cgit v1.2.3-freya