diff --git a/apps/documenteditor/main/app/view/ShapeSettings.js b/apps/documenteditor/main/app/view/ShapeSettings.js index dfa1b26735..a7f5592f61 100644 --- a/apps/documenteditor/main/app/view/ShapeSettings.js +++ b/apps/documenteditor/main/app/view/ShapeSettings.js @@ -1471,6 +1471,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/documenteditor/main/app/view/TextArtSettings.js b/apps/documenteditor/main/app/view/TextArtSettings.js index 8f5ecc0d29..380c1540e3 100644 --- a/apps/documenteditor/main/app/view/TextArtSettings.js +++ b/apps/documenteditor/main/app/view/TextArtSettings.js @@ -1015,6 +1015,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/presentationeditor/main/app/view/ShapeSettings.js b/apps/presentationeditor/main/app/view/ShapeSettings.js index e229ea84ff..9820d172c2 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettings.js +++ b/apps/presentationeditor/main/app/view/ShapeSettings.js @@ -1378,6 +1378,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/presentationeditor/main/app/view/SlideSettings.js b/apps/presentationeditor/main/app/view/SlideSettings.js index d1ca921959..88de30aa84 100644 --- a/apps/presentationeditor/main/app/view/SlideSettings.js +++ b/apps/presentationeditor/main/app/view/SlideSettings.js @@ -815,6 +815,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/presentationeditor/main/app/view/TextArtSettings.js b/apps/presentationeditor/main/app/view/TextArtSettings.js index 9cb51b6659..f280e410b9 100644 --- a/apps/presentationeditor/main/app/view/TextArtSettings.js +++ b/apps/presentationeditor/main/app/view/TextArtSettings.js @@ -1337,6 +1337,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index e7f53ab36a..b4102442b9 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -247,6 +247,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js index ce676712a6..617c5c3fbd 100644 --- a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js @@ -1393,6 +1393,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;', diff --git a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js index 435166c4aa..56faade513 100644 --- a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js @@ -1331,6 +1331,7 @@ define([ this.btnDirection = new Common.UI.Button({ cls : 'btn-large-dataview', + scaling : false, iconCls : 'item-gradient gradient-left', menu : new Common.UI.Menu({ style: 'min-width: 60px;',