Lower the width of the about window
This commit is contained in:
parent
c330333ee6
commit
7ca75e859e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export function createAboutWindow() {
|
|||
aboutWindow = new BrowserWindow({
|
||||
minWidth: 300,
|
||||
minHeight: 300,
|
||||
width: 1280,
|
||||
width: 1024,
|
||||
height: 720,
|
||||
center: true,
|
||||
backgroundColor: "#191919",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue