diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-23 19:35:30 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-23 19:35:30 +1000 |
| commit | 5d6d6e200c430c0240cbfc71325175f8d1151c54 (patch) | |
| tree | 3c4e91fbe40cdd2ac69934fd7759f8cdc35a5f68 /src/App.vue | |
| parent | f0ecf2a11368aedca55a8c2df2549fd335efc7e5 (diff) | |
Remove Tile info icons.remove-info-icon
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue index 0c9a96c..8eb42f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -64,8 +64,6 @@ const defaultUiOpts = { shadowNormal: '0 0 2px black', shadowHighlight: '0 0 1px 2px greenyellow', shadowFocused: '0 0 1px 2px orange', - infoIconSz: 18, //px - infoIconMargin: 2, //px childThresholds: [[1, 'greenyellow'], [10, 'orange'], [100, 'red']], headerColor: '#fafaf9', // For leaf tiles |
