Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #72 from ceiphr/bugfix/minimum-window-size
Browse files Browse the repository at this point in the history
Set minimum height and width for main Todoist window
  • Loading branch information
krydos authored Apr 5, 2020
2 parents 87f7dd4 + 1acba81 commit 051fe6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ function createWindow () {
y: mainWindowState.y,
width: mainWindowState.width,
height: mainWindowState.height,
minHeight: 600,
minWidth: 420,
title: 'Todoist',
icon: path.join(__dirname, 'icons/icon.png')
});
Expand Down

0 comments on commit 051fe6b

Please sign in to comment.