parent
05e81a3604
commit
fdad87b6a0
1 changed files with 7 additions and 3 deletions
|
@ -130,7 +130,9 @@
|
||||||
frame: 'none',
|
frame: 'none',
|
||||||
focused: true,
|
focused: true,
|
||||||
width: 300,
|
width: 300,
|
||||||
height: 440
|
height: 440,
|
||||||
|
minWidth: 230,
|
||||||
|
minHeight: 73
|
||||||
}, function (windowInfo) {
|
}, function (windowInfo) {
|
||||||
windowId = windowInfo.id;
|
windowId = windowInfo.id;
|
||||||
windowMap.add({ windowId: windowId, modelId: modelId });
|
windowMap.add({ windowId: windowId, modelId: modelId });
|
||||||
|
@ -168,8 +170,10 @@
|
||||||
type: 'panel',
|
type: 'panel',
|
||||||
frame: 'none',
|
frame: 'none',
|
||||||
focused: true,
|
focused: true,
|
||||||
width: 260, // 280 for chat
|
width: 260,
|
||||||
height: 440 // 420 for chat
|
height: 440,
|
||||||
|
minWidth: 230,
|
||||||
|
minHeight: 150
|
||||||
}, function (windowInfo) {
|
}, function (windowInfo) {
|
||||||
inboxWindowId = windowInfo.id;
|
inboxWindowId = windowInfo.id;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue