Switched order of the two dropdowns in main toolbar in preview. (#10717)

* Switched order of the two dropdowns in main toolbar in preview.

* Reverting this single line b/c it's out of scope for the PR.
This commit is contained in:
Hale Rankin
2020-06-05 17:41:14 -07:00
committed by GitHub
parent 72b2d9ef72
commit 4339b5b7d3

View File

@@ -460,8 +460,8 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
{ element: buttonDropdownContainer },
{ action: this._runAllCellsAction },
{ element: Taskbar.createTaskbarSeparator() },
{ element: attachToContainer },
{ element: kernelContainer },
{ element: attachToContainer },
{ element: spacerElement },
{ action: collapseCellsAction },
{ action: clearResultsButton },