put back forced_height (useful for long album names)

This commit is contained in:
Artem Tarasov 2024-05-20 20:07:57 +02:00
parent cc3e74e099
commit 08b401442e
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}