docs: Missing comma (#159)

This commit is contained in:
tuwuna 2022-03-13 16:49:36 +07:00 committed by GitHub
parent 4d88068dda
commit 5b3bc36b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ bling.widget.task_preview.enable {
id = 'image_role', -- The client preview id = 'image_role', -- The client preview
resize = true, resize = true,
valign = 'center', valign = 'center',
halign = 'center' halign = 'center',
widget = wibox.widget.imagebox, widget = wibox.widget.imagebox,
}, },
layout = wibox.layout.fixed.vertical layout = wibox.layout.fixed.vertical