1
0
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:
Roman 2020-08-03 17:02:20 +03:00
parent fe9682cea6
commit a6a4372320

View File

@ -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: {