mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
address comments on support button icon (#1568)
* support icon button * formatting * fix dropdown css and set attribute for model view editor * address comments * fixing conflict
This commit is contained in:
@@ -273,9 +273,9 @@ export default class MainController implements vscode.Disposable {
|
||||
iconPath: runIcon
|
||||
}).component();
|
||||
|
||||
let monitoLightPath = vscode.Uri.file(path.join(__dirname, '..', 'media', 'monitor.svg'));
|
||||
let monitorLightPath = vscode.Uri.file(path.join(__dirname, '..', 'media', 'monitor.svg'));
|
||||
let monitorIcon = {
|
||||
light: monitoLightPath,
|
||||
light: monitorLightPath,
|
||||
dark: path.join(__dirname, '..', 'media', 'monitor_inverse.svg') };
|
||||
|
||||
let monitorButton = view.modelBuilder.button()
|
||||
|
||||
Reference in New Issue
Block a user