mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-27 00:51:34 +00:00
update common/src/main/ets/default/viewmodel/LayoutViewModel.ts.
Signed-off-by: duao <duao@huawei.com>
This commit is contained in:
parent
ee4bc521aa
commit
a550a26f0a
@ -413,15 +413,12 @@ export class LayoutViewModel {
|
||||
let widthDimension4 = widthDimension3;
|
||||
let heightDimension4 = (itemSize + gap) * 4 - gap - 2 * iconMarginVertical -
|
||||
nameHeight - this.mDesktopIconNameMargin;
|
||||
|
||||
// 2x1
|
||||
let widthDimension5 = iconSize;
|
||||
let heightDimension5 = folderSize;
|
||||
|
||||
// 1x1
|
||||
let widthDimension6 = iconSize;
|
||||
let heightDimension6 = iconSize;
|
||||
|
||||
// 6x4
|
||||
let widthDimension7 = widthDimension3;
|
||||
let heightDimension7 = (itemSize + gap) * 6 - gap - 2 * iconMarginVertical -
|
||||
|
Loading…
Reference in New Issue
Block a user