mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 17:23:31 -05:00
Fix horizontal split view not working (#23889)
* Horizontal splitview sorta working * remove the old element * support getting size from model view container * cleanup * make splitViewHeight optional * Update src/sql/azdata.proposed.d.ts Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * fix test --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -2037,4 +2037,12 @@ declare module 'azdata' {
|
||||
RemoteSession = 0,
|
||||
LocalFile = 1
|
||||
}
|
||||
|
||||
export interface SplitViewLayout extends FlexLayout {
|
||||
/**
|
||||
* SplitView size. Height if the orientation is vertical, width if the orientation is horizontal
|
||||
* If undefined, the size of the model view container is used
|
||||
*/
|
||||
splitViewSize?: number | string | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user