Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
}\r
\r
ToolTip {\r
+ id: toolTip\r
visible: activityMouseArea.containsMouse\r
text: activityTextTitle.text + ((activityTextInfo.text !== "") ? "\n\n" + activityTextInfo.text : "")\r
delay: 250\r
timeout: 10000\r
+ // Can be dropped on more recent Qt, but on 5.12 it doesn't wrap...\r
+ contentItem: Text {\r
+ text: toolTip.text\r
+ font: toolTip.font\r
+ wrapMode: Text.Wrap\r
+ color: toolTip.palette.toolTipText\r
+ }\r
}\r
}\r
Button {\r