mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Add padding to status details
This commit is contained in:
parent
51afcf7e34
commit
41f997199a
@ -87,7 +87,7 @@ class Timeline(urwid.Columns):
|
|||||||
|
|
||||||
def draw_status_details(self, status):
|
def draw_status_details(self, status):
|
||||||
self.status_details = StatusDetails(status, self.is_thread)
|
self.status_details = StatusDetails(status, self.is_thread)
|
||||||
self.contents[2] = self.status_details, ("weight", 60, False)
|
self.contents[2] = urwid.Padding(self.status_details, left=1), ("weight", 60, False)
|
||||||
|
|
||||||
def keypress(self, size, key):
|
def keypress(self, size, key):
|
||||||
status = self.get_focused_status()
|
status = self.get_focused_status()
|
||||||
|
Loading…
Reference in New Issue
Block a user