[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>
|
||||
<div id="paragraphadv-spin-text-alignment"></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>
|
||||
<div id="paragraphadv-spin-outline-level"></div>
|
||||
</div>
|
||||
|
|
|
@ -77,7 +77,7 @@ define([
|
|||
AddInterval: false,
|
||||
BackColor: '#000000',
|
||||
DisabledControls: true,
|
||||
HideTextOnlySettings: false,
|
||||
HideTextOnlySettings: false
|
||||
};
|
||||
this.spinners = [];
|
||||
this.lockedControls = [];
|
||||
|
|
Loading…
Reference in a new issue