Changed screenshot. Added padding.

This commit is contained in:
Mark Qvist 2021-07-13 22:44:10 +02:00
parent 0cd715027d
commit a352b7109d
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Nomad Network
Communicate Freely. 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. 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.

View file

@ -10,7 +10,7 @@ class GuideDisplayShortcuts():
self.app = app self.app = app
g = app.ui.glyphs 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): class ListEntry(urwid.Text):
_selectable = True _selectable = True