diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 0d631857d..785ba6098 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -1601,8 +1601,9 @@ define([ this.btnMarkers.setMenu( new Common.UI.Menu({ + style: 'min-width: 139px', items: [ - {template: _.template('')} + {template: _.template('')} ] }) ); @@ -1670,7 +1671,7 @@ define([ this.mnuMarkersPicker = new Common.UI.DataView({ el: $('#id-toolbar-menu-markers'), parentMenu: this.btnMarkers.menu, - restoreHeight: 92, + restoreHeight: 138, allowScrollbar: false, store: new Common.UI.DataViewStore([ {offsety: 0, data: {type: 0, subtype: -1}}, @@ -1680,7 +1681,8 @@ define([ {offsety: 152, data: {type: 0, subtype: 4}}, {offsety: 190, data: {type: 0, subtype: 5}}, {offsety: 228, data: {type: 0, subtype: 6}}, - {offsety: 266, data: {type: 0, subtype: 7}} + {offsety: 266, data: {type: 0, subtype: 7}}, + {offsety: 684, data: {type: 0, subtype: 8}} ]), itemTemplate: _.template('
') }); diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 9f07f70ce..0aad9bcc8 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -1213,8 +1213,9 @@ define([ this.btnMarkers.setMenu( new Common.UI.Menu({ + style: 'min-width: 139px', items: [ - {template: _.template('')} + {template: _.template('')} ] }) ); @@ -1241,7 +1242,7 @@ define([ this.mnuMarkersPicker = new Common.UI.DataView({ el: $('#id-toolbar-menu-markers'), parentMenu: this.btnMarkers.menu, - restoreHeight: 92, + restoreHeight: 138, allowScrollbar: false, store: new Common.UI.DataViewStore([ {offsety: 0, data: {type: 0, subtype: -1}}, @@ -1251,7 +1252,8 @@ define([ {offsety: 152, data: {type: 0, subtype: 4}}, {offsety: 190, data: {type: 0, subtype: 5}}, {offsety: 228, data: {type: 0, subtype: 6}}, - {offsety: 266, data: {type: 0, subtype: 7}} + {offsety: 266, data: {type: 0, subtype: 7}}, + {offsety: 684, data: {type: 0, subtype: 8}} ]), itemTemplate: _.template('
') });