update entry/src/main/ets/common/model/common/Constants.ts.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2023-05-23 12:59:23 +00:00 committed by Gitee
parent 36865f4f37
commit 3a5183d41a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -246,7 +246,7 @@ export class Constants {
static readonly GRID_GUTTER: number = 2;
static readonly GRID_IMAGE_SIZE: number = 256;
static readonly GRID_MAX_SIZE_RATIO: number = 1.2;
TIME_GRID_MAX_SIZE_RATIO: number = 1.5;
static readonly TIME_GRID_MAX_SIZE_RATIO: number = 1.5;
static readonly GRID_MIN_COUNT: number = 2;
static readonly SCROLL_BAR_SIDE_MIN_GAP: number = 12;
static readonly SCROLL_MARGIN: number = 24;