mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-25 20:35:24 +02:00
Tooltip: fix binding loop
This commit is contained in:
parent
2946127ed7
commit
20106b29ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user