mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add a date setting (#3234)
This commit is contained in:
@@ -61,7 +61,6 @@ function TimeWidget:update()
|
||||
local hour_widget = NumberPickerWidget:new{
|
||||
show_parent = self,
|
||||
width = self.screen_width * 0.2,
|
||||
height = nil,
|
||||
value = self.hour,
|
||||
value_min = 0,
|
||||
value_max = 23,
|
||||
@@ -71,7 +70,6 @@ function TimeWidget:update()
|
||||
local min_widget = NumberPickerWidget:new{
|
||||
show_parent = self,
|
||||
width = self.screen_width * 0.2,
|
||||
height = nil,
|
||||
value = self.min,
|
||||
value_min = 0,
|
||||
value_max = 59,
|
||||
|
||||
Reference in New Issue
Block a user