Skip to content

Commit a81bc56

Browse files
committed
Increase size of update window.
1 parent 64f726e commit a81bc56

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Chimera/UpdateController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ export class UpdateController {
303303

304304
this.downloaded = false;
305305
const window = new this.BrowserWindow({
306-
width: 420,
307-
height: 220,
306+
width: 450,
307+
height: 250,
308308
resizable: false,
309309
minimizable: false,
310310
maximizable: false,

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## Unreleased
4+
5+
- Fix size of update window.
6+
37
## v0.4.2
48

59
- Add native Linux window controls and default new windows to non-fullscreen mode.

0 commit comments

Comments
 (0)