Fix ole editor
This commit is contained in:
parent
89636b7099
commit
c8c05cf38d
|
@ -47,7 +47,7 @@ define([
|
||||||
var filter = Common.localStorage.getKeysFilter();
|
var filter = Common.localStorage.getKeysFilter();
|
||||||
this.appPrefix = (filter && filter.length) ? filter.split(',')[0] : '';
|
this.appPrefix = (filter && filter.length) ? filter.split(',')[0] : '';
|
||||||
|
|
||||||
var _options = {}, width = 880, height = 700;
|
var _options = {}, width = 900, height = 700;
|
||||||
var value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-width');
|
var value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-width');
|
||||||
value && (width = parseInt(value));
|
value && (width = parseInt(value));
|
||||||
value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-height');
|
value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-height');
|
||||||
|
@ -58,7 +58,7 @@ define([
|
||||||
title: this.textTitle,
|
title: this.textTitle,
|
||||||
width: width,
|
width: width,
|
||||||
height: (_inner_height - height)<0 ? _inner_height : height,
|
height: (_inner_height - height)<0 ? _inner_height : height,
|
||||||
minwidth: 880,
|
minwidth: 840,
|
||||||
minheight: 275,
|
minheight: 275,
|
||||||
cls: 'advanced-settings-dlg',
|
cls: 'advanced-settings-dlg',
|
||||||
header: true,
|
header: true,
|
||||||
|
|
|
@ -86,9 +86,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="separator short"></div>
|
<div class="separator short"></div>
|
||||||
<div class="group small">
|
<div class="group small">
|
||||||
<div class="elset" style="width: 202px;">
|
<div class="elset" style="width: 172px;">
|
||||||
<span class="btn-slot" id="slot-field-fontname" style="width: 100px;float: left;"></span>
|
<span class="btn-slot" id="slot-field-fontname" style="width: 80px;float: left;"></span>
|
||||||
<span class="btn-slot" id="slot-field-fontsize" style="margin-left: 2px;float: left;"></span>
|
<span class="btn-slot" id="slot-field-fontsize" style="width: 35px;margin-left: 2px;float: left;"></span>
|
||||||
<span class="btn-slot split" id="slot-btn-fontcolor" style="margin-left: 2px;margin-top: 1px;float: left;"></span>
|
<span class="btn-slot split" id="slot-btn-fontcolor" style="margin-left: 2px;margin-top: 1px;float: left;"></span>
|
||||||
<span class="btn-slot" id="slot-btn-formatting" style="margin-left: 2px;margin-top: 1px;float: left;"></span>
|
<span class="btn-slot" id="slot-btn-formatting" style="margin-left: 2px;margin-top: 1px;float: left;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
<div class="separator short"></div>
|
<div class="separator short"></div>
|
||||||
<div class="group small">
|
<div class="group small">
|
||||||
<div class="elset">
|
<div class="elset">
|
||||||
<span class="btn-slot" id="slot-btn-format" style="width: 84px; float: left;"></span>
|
<span class="btn-slot" id="slot-btn-format" style="width: 80px; float: left;"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="separator short"></div>
|
<div class="separator short"></div>
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
<span class="btn-slot" id="slot-btn-search"></span>
|
<span class="btn-slot" id="slot-btn-search"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="group" style="width: 100%;"></div>
|
<div class="group" style="width: 100%;padding-left: 0;"></div>
|
||||||
<div class="group small" style="padding-right: 10px;">
|
<div class="group small" style="padding-right: 10px;">
|
||||||
<div class="elset">
|
<div class="elset">
|
||||||
<span class="btn-slot" id="slot-btn-visible-area" style="width: auto;float: left;"></span>
|
<span class="btn-slot" id="slot-btn-visible-area" style="width: auto;float: left;"></span>
|
||||||
|
|
Loading…
Reference in a new issue