put back forced_height (useful for long album names)
This commit is contained in:
parent
cc3e74e099
commit
08b401442e
|
@ -239,6 +239,7 @@ local function worker(user_args)
|
|||
local metadata_widget = wibox.widget {
|
||||
widget = wibox.widget.textbox,
|
||||
font = font,
|
||||
forced_height = 100,
|
||||
forced_width = popup_width,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue