fix scroll node, improve animation panel
This commit is contained in:
@@ -15,21 +15,26 @@
|
||||
<text id="label" text="Layer"/>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<border id="container" dir="row" color=".6" margin="1" pad="2" grow="1">
|
||||
<!--frames list-->
|
||||
</border>
|
||||
|
||||
</border>
|
||||
</layout>
|
||||
|
||||
|
||||
<layout id="tpl-film">
|
||||
<border height="40" dir="row" color=".6" margin="1" pad="2" grow="1">
|
||||
<!--frames list-->
|
||||
</border>
|
||||
</layout>
|
||||
|
||||
<layout id="tpl-panel-animation">
|
||||
<node margin="0 0 10 0" rtl="ltr" grow="1" dir="col">
|
||||
<border color=".4" pad="0 5 0 5"><timeline id="timeline" margin="0 0 0 101" height="20"/></border>
|
||||
|
||||
<scroll id="container" pad="0 5 0 5" color=".4" dir="col-reverse" justify="flex-end" flood-events="1" grow="1" shrink="1">
|
||||
<!--layers list-->
|
||||
</scroll>
|
||||
<border pad="0 5 0 5" dir="row" color=".4" grow="1" shrink="1">
|
||||
<node color=".3" id="layers" width="100" dir="col-reverse" justify="flex-end" margin="20 5 0 0"></node>
|
||||
<scroll scroll-dir="h" color=".5" grow="1" shrink="1" dir="col" margin="0 0 5 0">
|
||||
<border color=".4"><timeline id="timeline" height="20"/></border>
|
||||
<node id="frames" dir="col-reverse" justify="flex-end" flood-events="1"></node>
|
||||
</scroll>
|
||||
</border>
|
||||
|
||||
<border height="40" color=".5" dir="row" align="center" flood-events="1">
|
||||
<button-custom id="btn-add" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 5">
|
||||
|
||||
Reference in New Issue
Block a user