mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
Notebook toolbar UI improvement (#5282)
Fixed #5236 - Change the icon to blue image. Existing icons are not deleted. We will use them when the icons are - - moved as the secondary actions. - Change the font size to 13px - Change the height to 21px - Move Add actions to the left
This commit is contained in:
@@ -383,10 +383,10 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
||||
this._actionBar = new Taskbar(taskbar, { actionItemProvider: action => this.actionItemProvider(action as Action) });
|
||||
this._actionBar.context = this;
|
||||
this._actionBar.setContent([
|
||||
{ element: kernelContainer },
|
||||
{ element: attachToContainer },
|
||||
{ action: addCodeCellButton },
|
||||
{ action: addTextCellButton },
|
||||
{ element: kernelContainer },
|
||||
{ element: attachToContainer },
|
||||
{ action: this._trustedAction },
|
||||
{ action: this._runAllCellsAction },
|
||||
{ action: clearResultsButton }
|
||||
|
||||
Reference in New Issue
Block a user