Message service show action buttons in reverse order (fixes #11311)

This commit is contained in:
Benjamin Pasero
2016-09-03 09:24:52 +02:00
parent 4f21084c3c
commit a1a5ad0ab6
18 changed files with 88 additions and 88 deletions

View File

@@ -49,7 +49,7 @@ export class MainThreadMessageService extends MainThreadMessageServiceShape {
});
if (!hasCloseAffordance) {
actions.unshift(new MessageItemAction('__close', nls.localize('close', "Close"), undefined));
actions.push(new MessageItemAction('__close', nls.localize('close', "Close"), undefined));
}
messageHide = this._messageService.show(severity, {