mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-24 15:45:16 -04:00
Changed screenshot. Added padding.
This commit is contained in:
parent
0cd715027d
commit
a352b7109d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Nomad Network
|
||||||
|
|
||||||
Communicate Freely.
|
Communicate Freely.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue