bugfi
This commit is contained in:
parent
78b14f7276
commit
81627889e5
@ -605,3 +605,9 @@ hr {
|
||||
color: #00aaff;
|
||||
background: #f0faff;
|
||||
}
|
||||
|
||||
.mini-window {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
@ -403,7 +403,7 @@ bricks.WindowsPanel = class extends bricks.Popup {
|
||||
dc.add_widget(w);
|
||||
w.bind('click', this.reopen_windiw.bind(this, x));
|
||||
var tw = new bricks.Title6({label:x.title});
|
||||
var iw = new bricks.Svg({url:x.url});
|
||||
var iw = new bricks.Svg({url:x.url, rate:1.5});
|
||||
w.add_widget(iw);
|
||||
w.add_widget(tw);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user