From aee44b67e9faf9332ec6e38f7e1cdb6d3650f6d8 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 11 Jun 2018 21:32:45 -0700 Subject: [PATCH] Use a new layout that features Butterchurn more --- js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";