marcin
2014-07-22 17:15:52 +02:00
parent 84c251398c
commit 414e85e611
4 changed files with 12 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ ListView {
font.pixelSize: 12
font.letterSpacing: -1
color: "#535353"
text: qsTr("Payment ID:")
text: paymentId !== "" ? qsTr("Payment ID:") : ""
}
Text {

View File

@@ -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 })
}
}
}