mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Tooltip: fix tooltip width
This commit is contained in:
parent
b6682330a6
commit
d20c589e42
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue