aboutsummaryrefslogtreecommitdiff
path: root/components/TitleBar.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-22 17:15:52 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-22 17:15:52 +0200
commit414e85e6116e8659c63d64f9de894f9f7ec68bc0 (patch)
tree7db8f92f1215281fb408add80c132e93f5c619ce /components/TitleBar.qml
parent84c251398ca6efa41bade55fded249d2d937ba88 (diff)
downloadmonzero-gui-414e85e6116e8659c63d64f9de894f9f7ec68bc0.tar.gz
monzero-gui-414e85e6116e8659c63d64f9de894f9f7ec68bc0.tar.xz
monzero-gui-414e85e6116e8659c63d64f9de894f9f7ec68bc0.zip
https://trello.com/c/Rd0lvLdK/59-possible-change-to-add-to-address-book-functionality-in-transfer-window
https://trello.com/c/kyZNLKlk/61-hide-payment-id-in-history-if-unused-for-a-transaction
Diffstat (limited to 'components/TitleBar.qml')
-rw-r--r--components/TitleBar.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 8e545e11..535a4113 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -95,8 +95,6 @@ Rectangle {
anchors.fill: parent
onClicked: {
appWindow.visibility = Window.Minimized
-// parent.containsMouse = Qt.binding(function(){ return titleBar.mouseX >= x + row.x && titleBar.mouseX <= x + row.x + width &&
-// appWindow.visibility !== Window.Minimized })
}
}
}