[DE] Hide outline level for charts
This commit is contained in:
parent
efc1070a9f
commit
18bb1b42cc
|
@ -5,7 +5,7 @@
|
||||||
<label class="input-label"><%= scope.textAlign %></label>
|
<label class="input-label"><%= scope.textAlign %></label>
|
||||||
<div id="paragraphadv-spin-text-alignment"></div>
|
<div id="paragraphadv-spin-text-alignment"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-large" style="display: none; float: right;">
|
<div class="padding-large text-only" style="display: none; float: right;">
|
||||||
<label class="input-label"><%= scope.strIndentsOutlinelevel %></label>
|
<label class="input-label"><%= scope.strIndentsOutlinelevel %></label>
|
||||||
<div id="paragraphadv-spin-outline-level"></div>
|
<div id="paragraphadv-spin-outline-level"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -77,7 +77,7 @@ define([
|
||||||
AddInterval: false,
|
AddInterval: false,
|
||||||
BackColor: '#000000',
|
BackColor: '#000000',
|
||||||
DisabledControls: true,
|
DisabledControls: true,
|
||||||
HideTextOnlySettings: false,
|
HideTextOnlySettings: false
|
||||||
};
|
};
|
||||||
this.spinners = [];
|
this.spinners = [];
|
||||||
this.lockedControls = [];
|
this.lockedControls = [];
|
||||||
|
|
Loading…
Reference in a new issue