mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
fix build
Update icon size enum & class
This commit is contained in:
parent
35debcaba5
commit
c64f8eb786
92 changed files with 346 additions and 330 deletions
|
@ -1,6 +1,6 @@
|
|||
import m, { Children } from "mithril"
|
||||
import { NotFoundError } from "../api/common/error/RestError.js"
|
||||
import { size } from "../gui/size.js"
|
||||
import { component_size, size } from "../gui/size.js"
|
||||
import type { GroupInfo } from "../api/entities/sys/TypeRefs.js"
|
||||
import { GroupInfoTypeRef, GroupMemberTypeRef } from "../api/entities/sys/TypeRefs.js"
|
||||
import { contains, LazyLoaded, noOp } from "@tutao/tutanota-utils"
|
||||
|
@ -48,7 +48,7 @@ export class UserListView implements UpdatableSettingsViewer {
|
|||
m.render(dom, row.render())
|
||||
return row
|
||||
},
|
||||
itemHeight: size.list_row_height,
|
||||
itemHeight: component_size.list_row_height,
|
||||
swipe: null,
|
||||
multiselectionAllowed: MultiselectMode.Disabled,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue