Merge pull request #376

f012e4d history: show pending on top (Jaquee)
This commit is contained in:
Riccardo Spagni
2017-01-08 16:56:51 -08:00
2 changed files with 6 additions and 2 deletions

View File

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