Merge pull request #3523

20106b2 Tooltip: fix binding loop (selsta)
This commit is contained in:
luigi1111
2021-07-11 22:18:49 -04:00

View File

@@ -98,7 +98,6 @@ Rectangle {
Text {
id: tooltip
Layout.maximumWidth: 350
width: contentWidth > Layout.maximumWidth ? Layout.maximumWidth : contentWidth
color: MoneroComponents.Style.defaultFontColor
font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: 12