Increase minimum window width to 680px
When we grew the left sidebar we neglected to increase the minimum window size to allow for context menus to show up in the timeline for attachments.
This commit is contained in:
parent
83fd2be1a7
commit
b113eb19f0
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -196,7 +196,7 @@ function captureClicks(window) {
|
|||
|
||||
const DEFAULT_WIDTH = 800;
|
||||
const DEFAULT_HEIGHT = 610;
|
||||
const MIN_WIDTH = 640;
|
||||
const MIN_WIDTH = 680;
|
||||
const MIN_HEIGHT = 550;
|
||||
const BOUNDS_BUFFER = 100;
|
||||
|
||||
|
|
Loading…
Reference in a new issue