mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Calendar view's day view: thicker separator at 00:00
When using the new option "Daily timeline starts at", make the separator line between 23:00 and 00:00 thicker. Also tweak time picker to pick minutes by units of 10, and remove max hour (06:00) limitation.
This commit is contained in:
@@ -211,7 +211,7 @@ function DateTimeWidget:createLayout()
|
||||
value = self.min,
|
||||
value_min = self.min_min or 0,
|
||||
value_max = self.min_max or 59,
|
||||
value_step = 1,
|
||||
value_step = self.min_step or 1,
|
||||
value_hold_step = self.min_hold_step or 10,
|
||||
width = number_picker_widgets_width,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user