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,
|
resize = false,
|
||||||
widget = wibox.widget.imagebox,
|
widget = wibox.widget.imagebox,
|
||||||
},
|
},
|
||||||
valigh = 'center',
|
valign = 'center',
|
||||||
layout = wibox.container.place
|
layout = wibox.container.place
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -93,7 +93,7 @@ local function worker(user_args)
|
||||||
resize = true,
|
resize = true,
|
||||||
widget = wibox.widget.imagebox,
|
widget = wibox.widget.imagebox,
|
||||||
},
|
},
|
||||||
valigh = 'center',
|
valign = 'center',
|
||||||
layout = wibox.container.place
|
layout = wibox.container.place
|
||||||
},
|
},
|
||||||
max_value = 100,
|
max_value = 100,
|
||||||
|
|
Loading…
Reference in New Issue