aboutsummaryrefslogtreecommitdiff
path: root/plugins/welcome.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/welcome.lua')
-rw-r--r--plugins/welcome.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/welcome.lua b/plugins/welcome.lua
index afd28ed..5516568 100644
--- a/plugins/welcome.lua
+++ b/plugins/welcome.lua
@@ -76,7 +76,7 @@ function EmptyView:draw()
local x1, y1 = x, y + ((dh - th) / #buttons)
- local xv
+ local xv = x1
if version_width > title_width then
version = VERSION
version_width = style.font:get_width(version)