diff --git a/js/index.js b/js/index.js index 8689af2c..c468ac68 100644 --- a/js/index.js +++ b/js/index.js @@ -120,10 +120,10 @@ Raven.context(() => { Component: MilkdropWindow }); __initialWindowLayout = { - equalizer: { position: { x: 0, y: 116 } }, main: { position: { x: 0, y: 0 } }, - playlist: { position: { x: 275, y: 0 }, size: [0, 8] }, - milkdrop: { position: { x: 0, y: 232 } } + equalizer: { position: { x: 0, y: 116 } }, + playlist: { position: { x: 0, y: 232 }, size: [0, 4] }, + milkdrop: { position: { x: 275, y: 0 }, size: [7, 12] } }; document.getElementById("butterchurn-share").style.display = "flex";