Spinwidget: update default width (#8182)

This commit is contained in:
hius07
2021-09-06 22:26:57 +03:00
committed by GitHub
parent ab4e27908b
commit 3a677f40de

View File

@@ -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,