correct valigh -> valign
This commit is contained in:
parent
d3d929dbba
commit
d41b54c168
|
@ -192,7 +192,7 @@ local function worker(user_args)
|
|||
{
|
||||
refresh_button,
|
||||
halign = 'right',
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
fill_horizontal = true,
|
||||
layout = wibox.container.place,
|
||||
},
|
||||
|
@ -307,7 +307,7 @@ local function worker(user_args)
|
|||
{
|
||||
header_refresh_icon,
|
||||
halign = 'right',
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place,
|
||||
},
|
||||
layout = wibox.layout.align.horizontal
|
||||
|
|
|
@ -60,7 +60,7 @@ local function worker(user_args)
|
|||
widget = wibox.widget.imagebox,
|
||||
resize = false
|
||||
},
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place,
|
||||
}
|
||||
local level_widget = wibox.widget {
|
||||
|
|
|
@ -298,7 +298,7 @@ local function worker(user_args)
|
|||
margins = 8,
|
||||
layout = wibox.container.margin
|
||||
},
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place
|
||||
},
|
||||
{
|
||||
|
@ -318,7 +318,7 @@ local function worker(user_args)
|
|||
forced_width = 180,
|
||||
layout = wibox.layout.fixed.vertical
|
||||
},
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place
|
||||
},
|
||||
{
|
||||
|
|
|
@ -105,7 +105,7 @@ local function launch(args)
|
|||
spacing = 8,
|
||||
layout = wibox.layout.fixed.horizontal
|
||||
},
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place
|
||||
},
|
||||
{
|
||||
|
@ -118,7 +118,7 @@ local function launch(args)
|
|||
},
|
||||
id = 'a',
|
||||
shape_border_width = 1,
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place
|
||||
}
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ local function translate(to_translate, lang, api_key, url)
|
|||
widget = wibox.widget.imagebox,
|
||||
resize = false
|
||||
},
|
||||
valigh = 'center',
|
||||
valign = 'center',
|
||||
layout = wibox.container.place,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue