mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +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
|
height: 30
|
||||||
color: containsMouse ? "#F0EEEE" : "#DBDBDB"
|
color: containsMouse ? "#F0EEEE" : "#DBDBDB"
|
||||||
//radius: index === repeater.count - 1 ? 5 : 0
|
//radius: index === repeater.count - 1 ? 5 : 0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
@ -218,6 +217,7 @@ Item {
|
||||||
pos.y -= tipItem.height - 30
|
pos.y -= tipItem.height - 30
|
||||||
tipItem.y = pos.y + appWindow.y
|
tipItem.y = pos.y + appWindow.y
|
||||||
tipItem.visible = true
|
tipItem.visible = true
|
||||||
|
tipItem.raise()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue