[SSE] Update header in SortDialog.

This commit is contained in:
Alexei Koshelev
2023-03-09 15:55:56 +03:00
parent e3a61c0496
commit d4e36d0a43
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</tr>
<tr>
<td class="padding-small">
<div id="sort-dialog-list" class="" style="width:100%; height: 172px;"></div>
<div id="sort-dialog-list" class="" style="width:100%; height: 173px;"></div>
</td>
</tr>
</table>

View File

@ -132,7 +132,7 @@ define([ 'text!spreadsheeteditor/main/app/template/SortDialog.template',
headers: [
{name: me.textColumn, width: 212},
{name: me.textSort, width: 157},
{name: me.textOrder, width: 100},
{name: me.textOrder},
],
template: _.template(['<div class="listview inner" style=""></div>'].join('')),
itemTemplate: _.template([