mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
fix window casing
This commit is contained in:
parent
1fb43474f2
commit
bdf1c4aa09
1 changed files with 4 additions and 4 deletions
|
|
@ -37,10 +37,10 @@
|
|||
butterchurnOpen: true
|
||||
},
|
||||
__initialWindowLayout: {
|
||||
MAIN: { position: { x: 0, y: 0 } },
|
||||
EQUALIZER: { position: { x: 0, y: 116 } },
|
||||
PLAYLIST: { position: { x: 0, y: 232 }, size: [0, 4] },
|
||||
MILKDROP: { position: { x: 275, y: 0 }, size: [7, 12] }
|
||||
main: { position: { x: 0, y: 0 } },
|
||||
equalizer: { position: { x: 0, y: 116 } },
|
||||
playlist: { position: { x: 0, y: 232 }, size: [0, 4] },
|
||||
milkdrop: { position: { x: 275, y: 0 }, size: [7, 12] }
|
||||
}
|
||||
}).renderWhenReady(document.getElementById('app'));
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue