mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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.addItem(this.diffEditor);
|
||||||
this.splitView.setLayout({
|
this.splitView.setLayout({
|
||||||
orientation: 'vertical',
|
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
|
// create a map of the differences to row numbers
|
||||||
|
|||||||
Reference in New Issue
Block a user