Commit a3543f95 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 35299.

parent 525076dd
...@@ -370,7 +370,7 @@ ...@@ -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' ...@@ -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'
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment