mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
add hover text to icon buttons in sql projects extension (#22453)
This commit is contained in:
@@ -163,6 +163,7 @@ export class OpenExistingDialog extends DialogBase {
|
||||
|
||||
const localClonePathBrowseFolderButton = view.modelBuilder.button().withProps({
|
||||
ariaLabel: constants.BrowseButtonText,
|
||||
title: constants.BrowseButtonText,
|
||||
iconPath: IconPathHelper.folder,
|
||||
width: '18px',
|
||||
height: '16px',
|
||||
@@ -203,6 +204,7 @@ export class OpenExistingDialog extends DialogBase {
|
||||
|
||||
const localProjectBrowseFolderButton = view.modelBuilder.button().withProps({
|
||||
ariaLabel: constants.BrowseButtonText,
|
||||
title: constants.BrowseButtonText,
|
||||
iconPath: IconPathHelper.folder,
|
||||
width: '18px',
|
||||
height: '16px'
|
||||
|
||||
Reference in New Issue
Block a user