mirror of
https://github.com/vale981/clay
synced 2025-03-05 09:31:40 -05:00
Fix.
This commit is contained in:
parent
4f69e015ec
commit
dac2d8186f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Slider(urwid.Widget):
|
|||
rows.append(self.freq_str)
|
||||
text = urwid.AttrMap(urwid.Text('\n'.join(
|
||||
rows
|
||||
), align=urwid.CENTER), 'panel', 'panel_focus')
|
||||
), align=urwid.CENTER), '', 'panel_focus')
|
||||
return text.render(size, focus)
|
||||
|
||||
def keypress(self, _, key):
|
||||
|
|
Loading…
Add table
Reference in a new issue