|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
!(function () { |
|
|
|
|
|
|
|
|
|
BI.config("dec.constant.config", function (config) { |
|
|
|
|
config.theme.config4Frame.west.width = 240; |
|
|
|
|
config.theme.config4EntryPane.pinable = false; |
|
|
|
|
config.config4Frame.west.width = 240; |
|
|
|
|
config.config4EntryPane.pinable = false; |
|
|
|
|
return config; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
return provider; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.config("dec.workbench.directory", function (config) { |
|
|
|
|
BI.config("dec.workbench.panel", function (config) { |
|
|
|
|
config.type = "my.theme.directory"; |
|
|
|
|
return config; |
|
|
|
|
}); |
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
Nav.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; |
|
|
|
|
BI.shortcut("dec.theme.modules", Nav); |
|
|
|
|
BI.shortcut("my.theme.directory", Nav); |
|
|
|
|
}()); |
|
|
|
|
(function () { |
|
|
|
|
var Model = BI.inherit(Fix.Model, { |
|
|
|
|