bugfix
This commit is contained in:
parent
5892bba1ba
commit
7bddf6e66c
@ -402,7 +402,7 @@ bricks.WindowsPanel = class extends bricks.Popup {
|
||||
dc.add_widget(w);
|
||||
w.bind('click', this.reopen_window.bind(this, x));
|
||||
var tw = new bricks.Title6({label:x.title});
|
||||
var iw = new bricks.Svg({url:x.url, rate:1.5});
|
||||
var iw = new bricks.Svg({url:x.icon, rate:1.5});
|
||||
w.add_widget(iw);
|
||||
w.add_widget(tw);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user