From 414e85e6116e8659c63d64f9de894f9f7ec68bc0 Mon Sep 17 00:00:00 2001 From: marcin Date: Tue, 22 Jul 2014 17:15:52 +0200 Subject: 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 --- components/HistoryTable.qml | 2 +- components/TitleBar.qml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'components') diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index b3a45116..1c78e273 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -86,7 +86,7 @@ ListView { font.pixelSize: 12 font.letterSpacing: -1 color: "#535353" - text: qsTr("Payment ID:") + text: paymentId !== "" ? qsTr("Payment ID:") : "" } Text { 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 }) } } } -- cgit v1.2.3