diff --git a/apps/common/main/resources/less/combo-dataview.less b/apps/common/main/resources/less/combo-dataview.less index 1bf3cc528..e6d49db92 100644 --- a/apps/common/main/resources/less/combo-dataview.less +++ b/apps/common/main/resources/less/combo-dataview.less @@ -353,6 +353,7 @@ top: -4px; position: absolute; + padding-right: 12px; .more-container & { padding-right: 0; diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 0f6072b9a..1b410e5d5 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -1483,7 +1483,7 @@ define([ _set.viewFormMode, _set.lostConnect, _set.disableOnStart], itemWidth: itemWidth, itemHeight: itemHeight, - style: 'min-width:139px;', + style: 'min-width:151px;', // hint : this.tipParagraphStyle, dataHint: '1', dataHintDirection: 'bottom', diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index db6f90d0f..84eb5b3bf 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -1058,7 +1058,7 @@ define([ itemWidth: 88, enableKeyEvents: true, itemHeight: 40, - style: 'min-width:123px;', + style: 'min-width:135px;', lock: [_set.themeLock, _set.lostConnect, _set.noSlides], dataHint: '1', dataHintDirection: 'bottom', diff --git a/apps/spreadsheeteditor/main/app/view/PivotTable.js b/apps/spreadsheeteditor/main/app/view/PivotTable.js index 7249ceb19..cc8945d97 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/view/PivotTable.js @@ -274,14 +274,13 @@ define([ this.pivotStyles = new Common.UI.ComboDataView({ cls : 'combo-pivot-template', - style : 'min-wdith: 91px; max-width: 505px;', + style : 'min-width: 103px; max-width: 517px;', enableKeyEvents : true, itemWidth : 61, itemHeight : 49, menuMaxHeight : 300, groups : new Common.UI.DataViewGroupStore(), autoWidth : true, - lock : [_set.lostConnect, _set.coAuth, _set.noPivot, _set.selRangeEdit, _set.pivotLock, _set['FormatCells'], _set['PivotTables']], beforeOpenHandler: function(e) { var cmp = this, diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 40ed35503..a4f1bc675 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -1303,7 +1303,7 @@ define([ enableKeyEvents : true, itemWidth : 100, itemHeight : 20, - style: 'min-width:135px; max-width: 660px;', + style: 'min-width:147px; max-width: 672px;', groups: new Common.UI.DataViewGroupStore([ {id: 'menu-style-group-custom', caption: this.textCustom }, {id: 'menu-style-group-color', caption: this.textGoodBadAndNeutral },