Merge pull request #314 from serenesensei/brightness-alignment-fix
fix: valigh -> valign
This commit is contained in:
commit
d3d929dbba
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue