mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +00:00
Tooltip: fix binding loop
This commit is contained in:
parent
2946127ed7
commit
20106b29ba
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ Rectangle {
|
||||||
Text {
|
Text {
|
||||||
id: tooltip
|
id: tooltip
|
||||||
Layout.maximumWidth: 350
|
Layout.maximumWidth: 350
|
||||||
width: contentWidth > Layout.maximumWidth ? Layout.maximumWidth : contentWidth
|
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
|
|
Loading…
Reference in a new issue