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:
Abbie Petchtes
2018-06-06 14:15:11 -07:00
committed by GitHub
parent 38ad60478c
commit b2b69376c4
2 changed files with 10 additions and 7 deletions

View File

@@ -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()