[core/output] sync _raw with full_text minwidth-wise
This commit is contained in:
parent
7187228d07
commit
0269bf1433
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ class WidgetDrawer(object):
|
|||
|
||||
if width:
|
||||
self._full_text = self._full_text.ljust(len(width) + len(self._prefix) + len(self._suffix))
|
||||
raw = raw.ljust(len(width))
|
||||
|
||||
self.escape_amp()
|
||||
|
||||
|
|
Loading…
Reference in a new issue