fix mixer rect, textures popup, parallel abr import

This commit is contained in:
2019-02-15 16:02:52 +01:00
parent 945c51aa25
commit 49d9b17719
13 changed files with 135 additions and 71 deletions

View File

@@ -286,17 +286,17 @@
<node dir="row">
<node width="30%" dir="col">
<!--labels-->
<node height="30" justify="center">
<text text="Stencil"/>
<node height="40" justify="center">
<text text="Pattern"/>
</node>
</node>
<node dir="col" align="center" grow="1" width="1">
<!--controls-->
<node height="30" pad="1" width="100%" dir="row">
<slider-h id="tip-stencil" width="1" grow="1"/>
<node width="50" pad="0" margin="0 0 0 5">
<button id="tip-stencil-load" text="Load" height="28"></button>
</node>
<node height="40" width="100%" dir="row">
<slider-h id="tip-stencil" width="1" grow="1" height="30" margin="5 5 5 0"/>
<button-custom id="texture-change" width="40" height="40" dir="row" pad="4">
<image id="texture-change-thumb" width="32" height="100%"/>
</button-custom>
</node>
</node>
</node>