fixing error and splitview not showing for schema compare (#7549)

This commit is contained in:
Kim Santiago
2019-10-07 17:51:46 -07:00
committed by GitHub
parent c4965c7fe9
commit 749ddc30c7
2 changed files with 3 additions and 3 deletions

View File

@@ -341,7 +341,7 @@ export class SchemaCompareMainWindow {
this.resetButtons(ResetButtonState.afterCompareComplete);
if (this.comparisonResult.differences.length > 0) {
this.flexModel.addItem(this.splitView, { CSSStyles: { 'overflow': 'hidden' } });
this.flexModel.addItem(this.splitView, { CSSStyles: { 'overflow': 'hidden', 'height': '100%' } });
// only enable generate script button if the target is a db
if (this.targetEndpointInfo.endpointType === mssql.SchemaCompareEndpointType.Database) {