diff options
author | Little Clover <littleclover909@gmail.com> | 2021-12-11 09:53:09 +0800 |
---|---|---|
committer | Little Clover <littleclover909@gmail.com> | 2021-12-11 09:53:09 +0800 |
commit | d41b54c1681a2bc2bc1a90c7a22f75df7d87afd2 (patch) | |
tree | 1e7d1c22d2381c9b0ffec0bdb6b089981d083540 /apt-widget | |
parent | d3d929dbba9e89a8ce2101b1e1b044a727264513 (diff) |
correct valigh -> valign
Diffstat (limited to 'apt-widget')
-rw-r--r-- | apt-widget/apt-widget.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-widget/apt-widget.lua b/apt-widget/apt-widget.lua index 2374192..61aa3b5 100644 --- a/apt-widget/apt-widget.lua +++ b/apt-widget/apt-widget.lua @@ -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 |