Spinwidget: update default width (#8182)

reviewable/pr8189/r1
hius07 3 years ago committed by GitHub
parent ab4e27908b
commit 3a677f40de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save