From 4be54cf3eeb62a7578e256d6000763d9c7e5ed9a Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 14 Oct 2019 21:08:07 +0200 Subject: [PATCH] Fix layout issues --- pwnagotchi/ui/layout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/layout.py b/pwnagotchi/ui/layout.py index 3cbecd9..8ddb058 100644 --- a/pwnagotchi/ui/layout.py +++ b/pwnagotchi/ui/layout.py @@ -60,7 +60,7 @@ def oledhat(config, layout): layout['name'] = (0, 10) layout['channel'] = (0, 0) layout['aps'] = (25, 0) - layout['uptime'] = (70, 0) + layout['uptime'] = (65, 0) layout['line1'] = [0, 9, 128, 9] layout['line2'] = [0, 53, 128, 53] layout['friend_face'] = (0, (layout['height'] * 0.88) - 15) @@ -70,7 +70,7 @@ def oledhat(config, layout): layout['status'] = { 'pos': (30, 18), 'font': fonts.Small, - 'max': (20) // 6 + 'max': (110) // 6 } return layout