Tooltip: fix binding loop

This commit is contained in:
selsta 2021-06-02 17:06:45 +02:00
parent 2946127ed7
commit 20106b29ba
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

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