Skip to content

Commit

Permalink
clean up metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Jun 19, 2023
1 parent 85b6c47 commit 5963da1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions web/src/services/theme/reearthTheme/common/metrics.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
const metrics = {
headerHeight: 49,
primitiveHeaderHeight: 44,
MenuIconBarWidth: 40,
layerIconAndArrowWidth: 46,
layerSidePadding: 10,
propertyMenuMinWidthClassic: 264, // REMOVE WITH CLASSIC
propertyMenuMaxWidthClassic: 346, // REMOVE WITH CLASSIC
propertyMenuMinWidth: 272,
propertyMenuMaxWidth: 336,
propertyTextInputHeight: 30,
propertyTextareaHeight: 190,
dashboardWorkspaceMinWidth: 364,
dashboardQuickMinWidth: 270,
dashboardContentHeight: 250,
dashboardContentSmallHeight: 156,
};

export const metricsSizes = {
Expand Down

0 comments on commit 5963da1

Please sign in to comment.