mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Spinwidget: update default width (#8182)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user