mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Reduce the main BrowserWindow minimum size (#916)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
0fedba5b66
commit
e84082dc6d
@ -23,8 +23,8 @@ export class WindowManager {
|
|||||||
this.mainView = new BrowserWindow({
|
this.mainView = new BrowserWindow({
|
||||||
x, y, width, height,
|
x, y, width, height,
|
||||||
show: false,
|
show: false,
|
||||||
minWidth: 900,
|
minWidth: 700, // accommodate 800 x 600 display minimum
|
||||||
minHeight: 760,
|
minHeight: 500, // accommodate 800 x 600 display minimum
|
||||||
titleBarStyle: "hidden",
|
titleBarStyle: "hidden",
|
||||||
backgroundColor: "#1e2124",
|
backgroundColor: "#1e2124",
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user