remove fixed size of schema compare split view (#23910)

This commit is contained in:
Kim Santiago
2023-07-18 12:42:48 -10:00
committed by GitHub
parent a752c84216
commit ad61bf9870

View File

@@ -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