[core] Make error widget scrollable
Restrict error module to 15 characters and make it scrollable.
This commit is contained in:
parent
a69e058dd1
commit
65186baea6
4 changed files with 8 additions and 4 deletions
|
@ -11,7 +11,7 @@ class Widget(util.store.Store, core.input.Object):
|
|||
self._full_text = value
|
||||
else:
|
||||
if callable(self._full_text):
|
||||
return self._full_text()
|
||||
return self._full_text(self)
|
||||
return self._full_text
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue