mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-01-24 05:21:15 -05:00
Changed screenshot. Added padding.
This commit is contained in:
parent
0cd715027d
commit
a352b7109d
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user