Changed field's width

This commit is contained in:
AlexeyMatveev686 2021-04-28 16:52:34 +03:00
parent 9bbf9e9c22
commit 2d156b6625

View file

@ -1696,7 +1696,7 @@ define([
// set menus // set menus
var me = this; var me = this;
var levelTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div id="<%= options.previewId %>" class="menu-list-preview" style="width: 160px; height: 30px;"></div></a>'); var levelTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div id="<%= options.previewId %>" class="menu-list-preview" style="width: 200px; height: 30px;"></div></a>');
var items = [], ids = []; var items = [], ids = [];
for (var i=0; i<9; i++) { for (var i=0; i<9; i++) {
ids.push('id-toolbar-menu-markers-level-' + i); ids.push('id-toolbar-menu-markers-level-' + i);