mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix folder icon being cutoff (#13199)
This commit is contained in:
@@ -337,8 +337,8 @@ export class AddDatabaseReferenceDialog {
|
|||||||
const loadDacpacButton = this.view!.modelBuilder.button().withProperties({
|
const loadDacpacButton = this.view!.modelBuilder.button().withProperties({
|
||||||
ariaLabel: constants.loadDacpacButton,
|
ariaLabel: constants.loadDacpacButton,
|
||||||
iconPath: IconPathHelper.folder_blue,
|
iconPath: IconPathHelper.folder_blue,
|
||||||
height: '16px',
|
height: '18px',
|
||||||
width: '16px'
|
width: '18px'
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
loadDacpacButton.onDidClick(async () => {
|
loadDacpacButton.onDidClick(async () => {
|
||||||
|
|||||||
@@ -526,8 +526,8 @@ export class PublishDatabaseDialog {
|
|||||||
let loadProfileButton: azdata.ButtonComponent = view.modelBuilder.button().withProperties({
|
let loadProfileButton: azdata.ButtonComponent = view.modelBuilder.button().withProperties({
|
||||||
ariaLabel: constants.loadProfilePlaceholderText,
|
ariaLabel: constants.loadProfilePlaceholderText,
|
||||||
iconPath: IconPathHelper.folder_blue,
|
iconPath: IconPathHelper.folder_blue,
|
||||||
height: '16px',
|
height: '18px',
|
||||||
width: '16px'
|
width: '18px'
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
loadProfileButton.onDidClick(async () => {
|
loadProfileButton.onDidClick(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user