Merge pull request #314 from serenesensei/brightness-alignment-fix

fix: valigh -> valign
This commit is contained in:
streetturtle 2021-11-28 13:55:36 -05:00 committed by GitHub
commit d3d929dbba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ local function worker(user_args)
resize = false,
widget = wibox.widget.imagebox,
},
valigh = 'center',
valign = 'center',
layout = wibox.container.place
},
{
@ -93,7 +93,7 @@ local function worker(user_args)
resize = true,
widget = wibox.widget.imagebox,
},
valigh = 'center',
valign = 'center',
layout = wibox.container.place
},
max_value = 100,