[core] do not scroll errors
to make errors easier to diagnose, do not scroll them, but instead fully show them. also, re-introduce the supplementary fields for the dwm bridge, kudos to @somospocos
This commit is contained in:
parent
4daae88a7c
commit
2ab575d190
5 changed files with 14 additions and 20 deletions
|
@ -101,11 +101,6 @@ class Error(Module):
|
|||
self.__module = module
|
||||
self.__error = error
|
||||
|
||||
self.set('scrolling.bounce', False)
|
||||
self.set('scrolling.speed', 2)
|
||||
self.set('width', 15)
|
||||
|
||||
@core.decorators.scrollable
|
||||
def full_text(self, widget):
|
||||
return '{}: {}'.format(self.__module, self.__error)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue