Use a new layout that features Butterchurn more

This commit is contained in:
Jordan Eldredge 2018-06-11 21:32:45 -07:00
parent 7e06e02d14
commit aee44b67e9

View file

@ -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";