change from column widget to padding for text bodies
parent
4a2665a549
commit
f4cfcc5614
|
@ -552,9 +552,9 @@ class App(object):
|
|||
return [
|
||||
head,
|
||||
urwid.Divider(),
|
||||
urwid.Columns([
|
||||
(self.prefs["max_text_width"], MessageBody(message))
|
||||
]),
|
||||
urwid.Padding(
|
||||
MessageBody(message),
|
||||
width=self.prefs["max_text_width"]),
|
||||
urwid.Divider(),
|
||||
urwid.AttrMap(urwid.Divider("-"), "dim")
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue