mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Changed screenshot. Added padding.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user