mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Set min size (#82)
This commit is contained in:
parent
80593800e3
commit
f9f1e2ddec
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
|
@ -43,6 +43,8 @@ app.on('ready', () => {
|
||||||
let win = new BrowserWindow({
|
let win = new BrowserWindow({
|
||||||
width: 540,
|
width: 540,
|
||||||
height: 380,
|
height: 380,
|
||||||
|
minHeight: 190,
|
||||||
|
minWidth: 370,
|
||||||
titleBarStyle: 'hidden-inset',
|
titleBarStyle: 'hidden-inset',
|
||||||
title: 'HyperTerm',
|
title: 'HyperTerm',
|
||||||
backgroundColor: toHex(config.getConfig().backgroundColor || '#000'),
|
backgroundColor: toHex(config.getConfig().backgroundColor || '#000'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue