docs: Missing comma (#159)
This commit is contained in:
parent
4d88068dda
commit
5b3bc36b70
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue