fix folder icon being cutoff (#13199)

This commit is contained in:
Kim Santiago
2020-11-04 10:00:54 -08:00
committed by GitHub
parent a0ee8b00fb
commit e51f16fa8d
2 changed files with 4 additions and 4 deletions

View File

@@ -337,8 +337,8 @@ export class AddDatabaseReferenceDialog {
const loadDacpacButton = this.view!.modelBuilder.button().withProperties({
ariaLabel: constants.loadDacpacButton,
iconPath: IconPathHelper.folder_blue,
height: '16px',
width: '16px'
height: '18px',
width: '18px'
}).component();
loadDacpacButton.onDidClick(async () => {