[MM-53490] Reduce min window width to 600px (#2787)
This commit is contained in:
@@ -19,7 +19,7 @@ describe('menu/view', function desc() {
|
||||
env.createTestUserDataDir();
|
||||
env.cleanTestConfig();
|
||||
fs.writeFileSync(env.configFilePath, JSON.stringify(config));
|
||||
fs.writeFileSync(env.boundsInfoPath, JSON.stringify({x: 0, y: 0, width: 700, height: 240, maximized: false, fullscreen: false}));
|
||||
fs.writeFileSync(env.boundsInfoPath, JSON.stringify({x: 0, y: 0, width: 600, height: 240, maximized: false, fullscreen: false}));
|
||||
await asyncSleep(1000);
|
||||
this.app = await env.getApp();
|
||||
this.serverMap = await env.getServerMap(this.app);
|
||||
|
@@ -22,7 +22,7 @@ export const MENU_SHADOW_WIDTH = 24;
|
||||
|
||||
export const DEFAULT_WINDOW_WIDTH = 1280;
|
||||
export const DEFAULT_WINDOW_HEIGHT = 800;
|
||||
export const MINIMUM_WINDOW_WIDTH = 700;
|
||||
export const MINIMUM_WINDOW_WIDTH = 600;
|
||||
export const MINIMUM_WINDOW_HEIGHT = 240;
|
||||
|
||||
// Calls
|
||||
|
Reference in New Issue
Block a user