fix: improve dash user uptime label
This commit is contained in:
parent
a61fd9aa87
commit
17c44283e5
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue