mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Swap order of indent/outdent in the toolbar consistent with common
word processor implementations.
This commit is contained in:
parent
224fc98449
commit
03c0532fc7
|
@ -53,7 +53,7 @@ es.ToolbarView = function( $container, surfaceView, config ) {
|
|||
{ 'name': 'history', 'items' : ['undo', 'redo'] },
|
||||
{ 'name': 'textStyle', 'items' : ['format'] },
|
||||
{ 'name': 'textStyle', 'items' : ['bold', 'italic', 'link', 'clear'] },
|
||||
{ 'name': 'list', 'items' : ['number', 'bullet', 'indent', 'outdent' ] }
|
||||
{ 'name': 'list', 'items' : ['number', 'bullet', 'outdent', 'indent'] }
|
||||
];
|
||||
this.setup();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue