mofron-comp-appbase
Advanced tools
Comparing version 0.4.6 to 0.4.7
11
index.js
@@ -127,6 +127,13 @@ /** | ||
this.bgwrap().child(prm); | ||
prm.execOption({ | ||
let hrd_ofs = mf.func.getSize(this.header().height()); | ||
if ( (true === mf.func.isInclude(hrd_ofs, 'Rem')) || | ||
(true === mf.func.isInclude(hrd_ofs, 'Pixel')) ) { | ||
hrd_ofs = parseInt('-' + hrd_ofs.toPxnum()); | ||
} else { | ||
hrd_ofs = 0; | ||
} | ||
prm.option({ | ||
effect : [ | ||
new Backgd(), | ||
new Synwin([false, true], [0, '-' + this.header().height()]) | ||
new Synwin([false, true], [0, hrd_ofs]) | ||
] | ||
@@ -133,0 +140,0 @@ }); |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "application base component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8532
192