[SSE] Fix Bug 35299.
This commit is contained in:
parent
0e5b223819
commit
d0b9c87525
|
@ -370,7 +370,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="padding-small" width="200">
|
<td class="padding-small" width="230">
|
||||||
<label class="input-label"><%= scope.textShowEmptyCells %></label>
|
<label class="input-label"><%= scope.textShowEmptyCells %></label>
|
||||||
<div id="spark-dlg-combo-empty" class="input-group-nr" style="margin-right: 10px;"></div>
|
<div id="spark-dlg-combo-empty" class="input-group-nr" style="margin-right: 10px;"></div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -888,7 +888,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
];
|
];
|
||||||
this.cmbEmptyCells = new Common.UI.ComboBox({
|
this.cmbEmptyCells = new Common.UI.ComboBox({
|
||||||
el : $('#spark-dlg-combo-empty'),
|
el : $('#spark-dlg-combo-empty'),
|
||||||
menuStyle : 'min-width: 188px;',
|
menuStyle : 'min-width: 220px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
cls : 'input-group-nr'
|
cls : 'input-group-nr'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue