mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
bring tooltip to front
This commit is contained in:
parent
0e5329ab6c
commit
a0f35aa776
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,6 @@ Item {
|
|||
height: 30
|
||||
color: containsMouse ? "#F0EEEE" : "#DBDBDB"
|
||||
//radius: index === repeater.count - 1 ? 5 : 0
|
||||
|
||||
Rectangle {
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
|
@ -218,6 +217,7 @@ Item {
|
|||
pos.y -= tipItem.height - 30
|
||||
tipItem.y = pos.y + appWindow.y
|
||||
tipItem.visible = true
|
||||
tipItem.raise()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue