From ad61bf987036b769864a7ffaad878f6a43cd6805 Mon Sep 17 00:00:00 2001 From: Kim Santiago <31145923+kisantia@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:42:48 -1000 Subject: [PATCH] remove fixed size of schema compare split view (#23910) --- extensions/schema-compare/src/schemaCompareMainWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/schema-compare/src/schemaCompareMainWindow.ts b/extensions/schema-compare/src/schemaCompareMainWindow.ts index 09eba9cdb4..d3748b43d8 100644 --- a/extensions/schema-compare/src/schemaCompareMainWindow.ts +++ b/extensions/schema-compare/src/schemaCompareMainWindow.ts @@ -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