From ade5e1b23a3991602759e2b30dbc4bc4526a8c1f Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 28 Sep 2019 19:45:49 +0200 Subject: [PATCH] fix --- sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/view.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/view.py index df8bfe41..9550f909 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/view.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/view.py @@ -27,7 +27,7 @@ class View(object): self._height = 104 else: self._width = 250 - self.heigth = 122 + self._height = 122 self._state = State(state={ 'channel': LabeledValue(color=BLACK, label='CH', value='00', position=(0, 0), label_font=fonts.Bold,