mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update dacpac wizard to use folder icon (#14290)
* change dacpac extension to use folder icon instead of ... on buttons * make folder icon more centered * fix tests
This commit is contained in:
@@ -182,10 +182,9 @@ export abstract class DacFxConfigPage extends BasePage {
|
||||
|
||||
this.fileTextBox.ariaLabel = loc.fileLocation;
|
||||
this.fileButton = this.view.modelBuilder.button().withProps({
|
||||
label: '•••',
|
||||
title: loc.selectFile,
|
||||
ariaLabel: loc.selectFile,
|
||||
secondary: true
|
||||
iconPath: path.join(this.instance.extensionContextExtensionPath, 'images', 'folder.svg'),
|
||||
}).component();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user