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