mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Tooltip: fix tooltip width
This commit is contained in:
parent
b6682330a6
commit
d20c589e42
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user