Fixed height QCalendar based on the height of the device (screen.height)

This commit is contained in:
Paolo Arena
2019-10-30 17:36:10 +01:00
parent f288ace2a7
commit eea814fb43
8 changed files with 60 additions and 21 deletions

View File

@@ -36,10 +36,10 @@ const state: ICalendarState = {
showWorkWeeks: false,
intervalRange: { min: 9, max: 23 },
intervalRangeStep: 1,
intervalHeight: 35,
resourceHeight: 60,
intervalHeight: 35, // 35
resourceHeight: 80, // 60
resourceWidth: 100,
dayHeight: 100,
dayHeight: 150,
enableThemes: false,
theme: {}
}