windy 3 years ago
parent
commit
78f87714f0
  1. 8
      src/core/system.js

8
src/core/system.js

@ -34,11 +34,3 @@
BI.prepares.push(function () {
BI.SIZE_CONSANTS = BI.Providers.getProvider('bi.provider.system').getConfig('SIZE');
});
BI.config('bi.provider.system', function (provider) {
provider.inject('SIZE', {
TOOL_BAR_HEIGHT: 30,
LIST_ITEM_HEIGHT: 30,
TRIGGER_HEIGHT: 30,
})
});

Loading…
Cancel
Save