Added icon, changed appearance of active toolbar item

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-08-15 16:32:34 +02:00
parent dd69092afd
commit 6d2816a7f3
3 changed files with 10 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ export class MonitorWidget extends ReactWidget {
this.id = MonitorWidget.ID;
this.title.label = 'Serial Monitor';
this.title.iconClass = 'arduino-serial-monitor-tab-icon';
this.lines = [];
this.tempData = '';