sidebar navigation item anims

This commit is contained in:
end-4
2025-04-16 00:01:14 +02:00
parent 7c217dc25c
commit 199bc99fb5
4 changed files with 85 additions and 5 deletions
@@ -12,7 +12,7 @@ ToolTip {
background: Rectangle {
color: Appearance.colors.colTooltip
radius: Appearance.rounding.small
implicitWidth: tooltipText.implicitWidth + 2 * padding
width: tooltipText.width + 2 * padding
}
StyledText {
id: tooltipText