Browse Source

Use BugIcon for the main area widget

Jeremy Tuloup 5 years ago
parent
commit
8a74543458
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/debugger.ts

+ 1 - 0
src/debugger.ts

@@ -25,6 +25,7 @@ export class Debugger extends BoxPanel {
   constructor(options: Debugger.IOptions) {
   constructor(options: Debugger.IOptions) {
     super({ direction: 'left-to-right' });
     super({ direction: 'left-to-right' });
     this.title.label = 'Debugger';
     this.title.label = 'Debugger';
+    this.title.iconClass = 'jp-BugIcon';
 
 
     this.model = new Debugger.Model(options);
     this.model = new Debugger.Model(options);