1
0

kivy: show all xpubs

This commit is contained in:
SomberNight
2018-06-08 20:33:09 +02:00
parent 7043d6907f
commit 0962766b72
4 changed files with 34 additions and 7 deletions

View File

@@ -213,3 +213,10 @@ class OutputList(Factory.GridLayout):
b.value = self.app.format_amount_and_units(amount)
self.add_widget(b)
class TopLabel(Factory.Label):
pass
class RefLabel(TopLabel):
pass