[DE] Fix Paragraph - Advanced Settings (Bug 40580)
This commit is contained in:
parent
1f17324919
commit
aacf8db129
|
@ -48,12 +48,12 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="text-only">
|
||||
<td colspan=4 class="padding-large">
|
||||
<td colspan=4>
|
||||
<div id="paragraphadv-checkbox-add-interval"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=4 class="padding-large">
|
||||
<td colspan=4 class="padding-large" style="padding-top: 16px;">
|
||||
<div style="border: 1px solid #cbcbcb; width: 355px;">
|
||||
<div id="paragraphadv-indent-preview" style="height: 94px; position: relative;"></div>
|
||||
</div>
|
||||
|
|
|
@ -1328,6 +1328,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
|
|||
|
||||
hideTextOnlySettings: function(value) {
|
||||
this.TextOnlySettings.toggleClass('hidden', value==true);
|
||||
this.btnsCategory[1].setVisible(!value); // Line & Page Breaks
|
||||
this.btnsCategory[2].setVisible(!value); // Borders
|
||||
this.btnsCategory[5].setVisible(!value); // Paddings
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue