feat: removed minHeight (#938)
This commit is contained in:
@@ -156,7 +156,7 @@ const createChat = async (app, query?: string, dir?: string, version?: string) =
|
|||||||
width: 750,
|
width: 750,
|
||||||
height: 800,
|
height: 800,
|
||||||
minWidth: 650,
|
minWidth: 650,
|
||||||
minHeight: 800,
|
resizable: true,
|
||||||
transparent: false,
|
transparent: false,
|
||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
icon: path.join(__dirname, '../images/icon'),
|
icon: path.join(__dirname, '../images/icon'),
|
||||||
|
|||||||
Reference in New Issue
Block a user