Merge pull request #794 from lonerOrz/feat/custombutton

feat: Tooltip supports rich text parsing
This commit is contained in:
Lemmy
2025-11-18 18:49:52 -05:00
committed by GitHub
3 changed files with 29 additions and 4 deletions
+2 -1
View File
@@ -436,7 +436,8 @@ PopupWindow {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
width: root.maxWidth - (root.padding * 2)
width: Math.min(implicitWidth, root.maxWidth - (root.padding * 2))
richTextEnabled: true
}
}
}