Commit 04972513 authored by Medicean's avatar Medicean

(Change:Module:PluginStore) 插件市场默认窗口大小调整

parent be16dfd8
......@@ -22,6 +22,7 @@
### Other
* 自动检查更新每24小时触发一次(GitHub 访问频率限制)
* 插件市场默认窗口大小调整
## 2018/12/05 `(v2.0.2)`
......
......@@ -29,9 +29,9 @@ class Plugin {
return this.win.focus();
}
let win = new antSword['remote'].BrowserWindow({
width: 930,
width: 950,
height: 666,
minWidth: 888,
minWidth: 650,
minHeight: 555,
show: false,
title: 'AntSword.Store'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment