Explorar o código

Use BugIcon for the main area widget

Jeremy Tuloup %!s(int64=5) %!d(string=hai) anos
pai
achega
8a74543458
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/debugger.ts

+ 1 - 0
src/debugger.ts

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