From 17c44283e567829e2446916b2a0a3bfa00bf3994 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:32:13 +1000 Subject: [PATCH] fix: improve dash user uptime label --- modules/dashboard/dash/User.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml index cd0a96ef..d8d56128 100644 --- a/modules/dashboard/dash/User.qml +++ b/modules/dashboard/dash/User.qml @@ -202,7 +202,6 @@ Item { anchors.verticalCenterOffset: Math.round(fontInfo.pointSize * 0.1) text: "up " + SysInfo.uptime.split(",").slice(0, 2).join(",") // Max 2 components - font: Tokens.font.label.medium width: Tokens.sizes.dashboard.userWidth - x - Tokens.padding.extraLarge elide: Text.ElideRight }