mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: setup minimal window's width & height to 900x760
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
fe9682cea6
commit
a6a4372320
@ -132,6 +132,8 @@ export class WindowManager {
|
|||||||
x: x, y: y,
|
x: x, y: y,
|
||||||
width: width,
|
width: width,
|
||||||
height: height,
|
height: height,
|
||||||
|
minWidth: 900,
|
||||||
|
minHeight: 760,
|
||||||
titleBarStyle: "hidden",
|
titleBarStyle: "hidden",
|
||||||
backgroundColor: "#1e2124",
|
backgroundColor: "#1e2124",
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user