mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Use a new layout that features Butterchurn more
This commit is contained in:
parent
7e06e02d14
commit
aee44b67e9
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue