From a352b7109ddb0792513e60382c5d7fc700692a99 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 13 Jul 2021 22:44:10 +0200 Subject: [PATCH] Changed screenshot. Added padding. --- README.md | 2 +- nomadnet/ui/textui/Guide.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc0e81..aed43cb 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Nomad Network Communicate Freely. -![Screenshot](https://github.com/markqvist/NomadNet/raw/master/docs/screenshots/3.png) +![Screenshot](https://github.com/markqvist/NomadNet/raw/master/docs/screenshots/1.png) The intention with this program is to provide a tool to that allows you to build private and resilient communications platforms that are in complete control and ownership of the people that use them. diff --git a/nomadnet/ui/textui/Guide.py b/nomadnet/ui/textui/Guide.py index 1bdf4b5..326a25d 100644 --- a/nomadnet/ui/textui/Guide.py +++ b/nomadnet/ui/textui/Guide.py @@ -10,7 +10,7 @@ class GuideDisplayShortcuts(): self.app = app g = app.ui.glyphs - self.widget = urwid.AttrMap(urwid.Text(""), "shortcutbar") + self.widget = urwid.AttrMap(urwid.Padding(urwid.Text(""), align="left"), "shortcutbar") class ListEntry(urwid.Text): _selectable = True