mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Support vertical orientation for toolbar (#2308)
* Support vertical orientation for toolbar modelview component * Add tab support for each button * Fix padding and simplify styles
This commit is contained in:
@@ -285,6 +285,15 @@ export enum CardType {
|
||||
Details = 'Details'
|
||||
}
|
||||
|
||||
export enum Orientation {
|
||||
Horizontal = 'horizontal',
|
||||
Vertical = 'vertial'
|
||||
}
|
||||
|
||||
export interface ToolbarLayout {
|
||||
orientation: Orientation;
|
||||
}
|
||||
|
||||
export class TreeComponentItem extends TreeItem {
|
||||
checked?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user