From 3a677f40de41e6c526395c1a0bef6ae1dd6bdbb5 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 6 Sep 2021 22:26:57 +0300 Subject: [PATCH] Spinwidget: update default width (#8182) --- frontend/ui/widget/spinwidget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/spinwidget.lua b/frontend/ui/widget/spinwidget.lua index a2d5b1c52..7cc0aab90 100644 --- a/frontend/ui/widget/spinwidget.lua +++ b/frontend/ui/widget/spinwidget.lua @@ -26,7 +26,7 @@ local SpinWidget = InputContainer:new{ title_text = "", title_face = Font:getFace("x_smalltfont"), info_text = nil, - width = math.floor(Screen:getWidth() * 0.95), + width = math.floor(Screen:getWidth() * 0.6), height = Screen:getHeight(), value_table = nil, value_index = nil,