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