@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
26 lines • 1.03 kB
JavaScript
import { __extends } from "tslib";
import { DThemes } from "@wcardinal/wcardinal-ui";
var EThemeDefaultEditorPaneContent = /** @class */ (function (_super) {
__extends(EThemeDefaultEditorPaneContent, _super);
function EThemeDefaultEditorPaneContent() {
return _super !== null && _super.apply(this, arguments) || this;
}
EThemeDefaultEditorPaneContent.prototype.getHeight = function () {
return "auto";
};
EThemeDefaultEditorPaneContent.prototype.getPaddingTop = function () {
return 8;
};
EThemeDefaultEditorPaneContent.prototype.getPaddingRight = function () {
return 8;
};
EThemeDefaultEditorPaneContent.prototype.getPaddingBottom = function () {
return 8;
};
EThemeDefaultEditorPaneContent.prototype.getPaddingLeft = function () {
return 8;
};
return EThemeDefaultEditorPaneContent;
}(DThemes.getClass("DContent")));
export { EThemeDefaultEditorPaneContent };
//# sourceMappingURL=e-theme-default-editor-pane-content.js.map