mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #3627
d20c589
Tooltip: fix tooltip width (rating89us)
This commit is contained in:
commit
4376880b46
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