bar tooltips: adjust icons

This commit is contained in:
end-4
2025-08-11 16:33:35 +07:00
parent e7397f824b
commit 70a5520f47
2 changed files with 11 additions and 13 deletions
@@ -79,7 +79,7 @@ Item {
spacing: 5
Layout.fillWidth: true
MaterialSymbol { text: "timelapse"; color: Appearance.colors.colOnTooltip }
StyledText { text: Translation.tr("Uptime:"); color: Appearance.colors.colOnTooltip }
StyledText { text: Translation.tr("System uptime:"); color: Appearance.colors.colOnTooltip }
StyledText {
Layout.fillWidth: true
horizontalAlignment: Text.AlignRight
@@ -88,7 +88,7 @@ Item {
}
}
// Upcoming tasks row
// Tasks
ColumnLayout {
spacing: 2
Layout.fillWidth: true
@@ -97,7 +97,7 @@ Item {
spacing: 5
Layout.fillWidth: true
MaterialSymbol { text: "checklist"; color: Appearance.colors.colOnTooltip }
StyledText { text: Translation.tr("Upcoming Tasks:"); color: Appearance.colors.colOnTooltip }
StyledText { text: Translation.tr("To Do:"); color: Appearance.colors.colOnTooltip }
}
StyledText {