Tooltip: fix tooltip width

This commit is contained in:
rating89us 2021-07-16 09:59:45 +02:00 committed by GitHub
parent b6682330a6
commit d20c589e42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,9 +95,11 @@ Rectangle {
delay: 200
RowLayout {
Layout.maximumWidth: 350
Text {
id: tooltip
Layout.maximumWidth: 350
width: contentWidth
color: MoneroComponents.Style.defaultFontColor
font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: 12