mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
Merge pull request #17 from peres07/fix/add-min-width-and-min-height-to-app-window
fix: add a minWidth and minHeight in app window
This commit is contained in:
@@ -16,6 +16,8 @@ export class WindowManager {
|
||||
this.mainWindow = new BrowserWindow({
|
||||
width: 1200,
|
||||
height: 720,
|
||||
minWidth: 1024,
|
||||
minHeight: 540,
|
||||
titleBarStyle: "hidden",
|
||||
icon: path.join(__dirname, "..", "..", "images", "icon.png"),
|
||||
trafficLightPosition: { x: 16, y: 16 },
|
||||
|
||||
Reference in New Issue
Block a user