Skip to content

Commit

Permalink
Merge pull request #263 from AndreasDemenagas/issue-219-resize
Browse files Browse the repository at this point in the history
Remember size and position of window
  • Loading branch information
charlielee committed May 11, 2020
2 parents 76117f9 + 95530d6 commit cd33657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
height: 715,
min_width: 590,
min_height: 500,
id: "animatorWindow",
icon: "icons/icon.png"
}, function(newWin) {
win.close();
Expand Down
4 changes: 1 addition & 3 deletions app/ui/WindowManager/WindowManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

class WindowManager {
static setListeners() {
// Maximise window
win.maximize();


/**
* Confirm prompt when animator is closed.
*/
Expand Down

0 comments on commit cd33657

Please sign in to comment.