Changes required to implement the remote reps pane

This commit is contained in:
Ebag333
2017-02-26 12:42:39 -08:00
parent dbffdedc92
commit 370b58d500
4 changed files with 11 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ from gui.utils.numberFormatter import formatAmount
class OutgoingViewFull(StatsView):
name = "outgoingViewFull"
name = "outgoingViewMinimal"
def __init__(self, parent):
StatsView.__init__(self)