make taskbar more readable (#3290)

This commit is contained in:
Alan Ren
2018-11-20 15:09:24 -08:00
committed by GitHub
parent c32d4ee2f7
commit 9f8190dc28
2 changed files with 6 additions and 10 deletions

View File

@@ -252,7 +252,6 @@ export class ProfilerEditor extends BaseEditor {
{ element: Taskbar.createTaskbarSeparator() },
{ element: this._createTextElement(nls.localize('profiler.viewSelectLabel', 'Select View:')) },
{ element: viewTemplateContainer },
{ element: Taskbar.createTaskbarSeparator() },
{ action: this._autoscrollAction },
{ action: this._instantiationService.createInstance(Actions.ProfilerClear, Actions.ProfilerClear.ID, Actions.ProfilerClear.LABEL) }
]);