aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-15 00:16:05 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-15 00:16:05 +0100
commita0f35aa776a2c1df9540135540ba0e18990f263e (patch)
tree95c6b0b7644a866e42c21eaeeed1ac1a1f72f510
parent0e5329ab6c8e09b5b78120b917c19e6e6a455156 (diff)
downloadmonzero-gui-a0f35aa776a2c1df9540135540ba0e18990f263e.tar.gz
monzero-gui-a0f35aa776a2c1df9540135540ba0e18990f263e.tar.xz
monzero-gui-a0f35aa776a2c1df9540135540ba0e18990f263e.zip
bring tooltip to front
-rw-r--r--components/TableDropdown.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TableDropdown.qml b/components/TableDropdown.qml
index 7e5ea78e..de375ed8 100644
--- a/components/TableDropdown.qml
+++ b/components/TableDropdown.qml
@@ -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()
}
}