Skip to content
Snippets Groups Projects
Commit 9105c9d8 authored by Chris Beer's avatar Chris Beer
Browse files

Increase vertical spacing by 20px

parent 8336ce55
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ describe('window actions', () => {
maximized: false,
rangeId: null,
x: 2760,
y: 2760,
y: 2800,
sideBarPanel: 'info',
width: 400,
height: 400,
......
......@@ -34,7 +34,7 @@ export function addWindow(options) {
width: 400,
height: 400,
x: 2700 + (Math.floor(numWindows / 10) * 50 + (numWindows * 30) % 300),
y: 2700 + ((numWindows * 30) % 300),
y: 2700 + ((numWindows * 50) % 300),
companionWindowIds: [cwDefault, cwThumbs],
sideBarPanel: 'info',
rotation: null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment