WS: improve mixer demo layout

This commit is contained in:
Luciano Iam 2020-08-16 19:06:49 +02:00 committed by Robin Gareus
parent 864bcf09b7
commit b298f44468
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 32 additions and 1 deletions

View file

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