Tooltips on all NIconButtons

This commit is contained in:
quadbyte
2025-08-15 21:05:47 -04:00
parent c075b89dd2
commit 9990a88e90
19 changed files with 63 additions and 24 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Row {
// Timer to hide full title after window switch
Timer {
id: fullTitleTimer
interval: Style.animationSlow * 4 // Show full title for 2 seconds
interval: Style.animationSlow * 4 // Show full title for 2 seconds
repeat: false
onTriggered: {
showingFullTitle = false
@@ -59,7 +59,7 @@ Row {
Behavior on width {
NumberAnimation {
duration: Style.animationNormal
duration: Style.animationNormal
easing.type: Easing.OutCubic
}
}