mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
add options to customize the model view dashboard (#9872)
* add options to customize the mv dashboard * rename the property
This commit is contained in:
@@ -57,7 +57,7 @@ export default class TabbedPanelComponent extends ContainerBase<TabConfig> imple
|
||||
|
||||
setLayout(layout: TabbedPanelLayout): void {
|
||||
this._panel.options = {
|
||||
showTabsWhenOne: true,
|
||||
alwaysShowTabs: layout.alwaysShowTabs,
|
||||
layout: layout.orientation === TabOrientation.Horizontal ? NavigationBarLayout.horizontal : NavigationBarLayout.vertical,
|
||||
showIcon: layout.showIcon
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user