1
0

kivy: move wallets dialog

This commit is contained in:
ThomasV
2015-12-18 15:03:38 +01:00
parent e46b00bb39
commit ee4ccd9b1b
4 changed files with 40 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
#:import os os
Popup:
title: "Balance"
confirmed: 0
@@ -10,6 +12,10 @@ Popup:
spacing: '1dp'
GridLayout:
cols:2
Label:
text: _("Wallet:")
Label:
text: os.path.basename(app.wallet.storage.path)
Label:
text: _("Confirmed:")
Label: