mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
remove fixed size of schema compare split view (#23910)
This commit is contained in:
@@ -451,7 +451,7 @@ export class SchemaCompareMainWindow {
|
||||
this.splitView.addItem(this.diffEditor);
|
||||
this.splitView.setLayout({
|
||||
orientation: 'vertical',
|
||||
splitViewSize: 800
|
||||
splitViewSize: undefined // setting this to undefined will default the splitview size to use the model view container's size
|
||||
});
|
||||
|
||||
// create a map of the differences to row numbers
|
||||
|
||||
Reference in New Issue
Block a user