bugfix
This commit is contained in:
parent
8f45100c62
commit
cd8e272e03
@ -68,7 +68,7 @@ bricks.ModelOutput = class extends bricks.VBox {
|
|||||||
this.content = new bricks.HBox({width:'100%'});
|
this.content = new bricks.HBox({width:'100%'});
|
||||||
this.add_widget(this.content);
|
this.add_widget(this.content);
|
||||||
this.logid = null;
|
this.logid = null;
|
||||||
this.run = new bricks.BaseRunning({target:this});
|
this.run = new bricks.BaseRunning({target:this, cheight:2, cwidth:2});
|
||||||
this.content.add_widget(this.run);
|
this.content.add_widget(this.run);
|
||||||
this.filler = new bricks.LlmOut({width: '100%', css: 'card'});
|
this.filler = new bricks.LlmOut({width: '100%', css: 'card'});
|
||||||
this.filler.set_css('filler');
|
this.filler.set_css('filler');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user