Show newly created private key during startup. Closes #126

This commit is contained in:
obscuren
2014-12-04 17:09:47 +01:00
parent a5b27bbc10
commit 085f604b27
3 changed files with 7 additions and 3 deletions

View File

@ -148,8 +148,8 @@ Rectangle {
id: txTableView
anchors.fill : parent
TableViewColumn{ role: "num" ; title: "#" ; width: 30 }
TableViewColumn{ role: "from" ; title: "From" ; width: 280 }
TableViewColumn{ role: "to" ; title: "To" ; width: 280 }
TableViewColumn{ role: "from" ; title: "From" ; width: 340 }
TableViewColumn{ role: "to" ; title: "To" ; width: 340 }
TableViewColumn{ role: "value" ; title: "Amount" ; width: 100 }
model: ListModel {