Merge pull request #3627

d20c589 Tooltip: fix tooltip width (rating89us)
This commit is contained in:
luigi1111 2021-07-26 15:34:50 -04:00
commit 4376880b46
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -95,9 +95,11 @@ Rectangle {
delay: 200 delay: 200
RowLayout { RowLayout {
Layout.maximumWidth: 350
Text { Text {
id: tooltip id: tooltip
Layout.maximumWidth: 350 width: 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