mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
WS: improve mixer demo layout
This commit is contained in:
parent
864bcf09b7
commit
b298f44468
4 changed files with 32 additions and 1 deletions
|
|
@ -34,6 +34,10 @@ import { createRootContainer, Container, Dialog, Label, Button, DiscreteKnob,
|
|||
root.removeChild(root.children[0]);
|
||||
}
|
||||
|
||||
const top = new Container();
|
||||
top.id = 'top';
|
||||
top.appendTo(root);
|
||||
|
||||
const mixer = new Container();
|
||||
mixer.id = 'mixer';
|
||||
mixer.appendTo(root);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue