Compare commits

..

No commits in common. "3ca0822cff7285cb64547534e16a0be27c009b1c" and "f49ff8c519d32717956c3b529db3ebc0bb5a2c56" have entirely different histories.

View file

@ -98,7 +98,7 @@ namespace _dali.widgets.weekview
{
"action_select_day": action_select_day = ((date) => {}),
"action_select_event": action_select_event = ((event_key) => {}),
"vertical": vertical = false,
"vertical": vertical = true,
"initial_year": initial_year = null,
"initial_week": initial_week = null,
"initial_count": initial_count = 4,