diff --git a/applets/taskmanager/package/contents/ui/ToolTipDelegate.qml b/applets/taskmanager/package/contents/ui/ToolTipDelegate.qml --- a/applets/taskmanager/package/contents/ui/ToolTipDelegate.qml +++ b/applets/taskmanager/package/contents/ui/ToolTipDelegate.qml @@ -53,7 +53,7 @@ LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft LayoutMirroring.childrenInherit: true - spacing: units.largeSpacing + spacing: units.largeSpacing / 2 states: State { when: mpris2Source.hasPlayer @@ -377,6 +377,7 @@ wrapMode: Text.WordWrap // if there's no subtext allow two lines of window title maximumLineCount: tooltipSubtext.visible ? 1 : 2 + lineHeight: 0.95 text: mainText textFormat: Text.PlainText }