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 {