history: show pending on top

This commit is contained in:
Jaquee
2016-12-31 14:56:08 +01:00
parent d8f9e7360f
commit f012e4d968
2 changed files with 6 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ ListView {
font.pixelSize: 13
font.letterSpacing: -1
color: "#545454"
text: blockHeight
text: (typeof blockHeight != "undefined")? blockHeight : qsTr("Pending") + translationManager.emptyString
}
}