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:
poire-z
2023-04-02 14:40:10 +02:00
parent b7c4e1c21b
commit 7c5c7bb9cf
3 changed files with 15 additions and 3 deletions

View File

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