brush panel folding
This commit is contained in:
@@ -195,10 +195,13 @@
|
||||
|
||||
<!-- COLOR -->
|
||||
|
||||
<border color=".2" height="20" justify="center" align="center" margin="5 0 5 0">
|
||||
<text text="Color"/>
|
||||
<border color=".2" height="20" dir="row" justify="center" align="center" margin="5 0 5 0">
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Color"/>
|
||||
</node>
|
||||
<button id="button-unfold-color" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-color" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="30" justify="center" margin="0 0 5 0">
|
||||
@@ -231,10 +234,13 @@
|
||||
|
||||
<!-- METRICS -->
|
||||
|
||||
<border color=".2" height="20" justify="center" align="center" margin="5 0 5 0">
|
||||
<text text="Metrics"/>
|
||||
<border color=".2" height="20" dir="row" justify="center" align="center" margin="5 0 5 0">
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Metrics"/>
|
||||
</node>
|
||||
<button id="button-unfold-metrics" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-metrics" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="20" justify="center" margin="0 0 20 0">
|
||||
@@ -282,8 +288,9 @@
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Pattern"/>
|
||||
</node>
|
||||
<button id="button-unfold-pattern" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-pattern" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="40" justify="center" margin="0 0 5 0">
|
||||
@@ -362,8 +369,9 @@
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Dual Brush"/>
|
||||
</node>
|
||||
<button id="button-unfold-dualbrush" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-dualbrush" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="40" justify="center" margin="0 0 5 0">
|
||||
@@ -414,7 +422,7 @@
|
||||
</node>
|
||||
</node>
|
||||
<node height="30" width="100%" pad="1" dir="row" margin="0 0 5 0">
|
||||
<combobox id="dual-blend-mode" width="100%" height="28" combo-list="Normal,-,Multiply,Screen,-,Color Dodge,Overlay" default="0"/>
|
||||
<combobox id="dual-blend-mode" width="100%" height="28" combo-list="Normal,-,Multiply,Screen,-,Color Dodge,Overlay" default="1"/>
|
||||
</node>
|
||||
<node align="center" dir="row">
|
||||
<checkbox id="dual-randflip" height="20" width="20"/>
|
||||
@@ -448,9 +456,12 @@
|
||||
<!-- MEDIUM -->
|
||||
|
||||
<border color=".2" height="20" dir="row" justify="center" align="center" margin="5 0 5 0">
|
||||
<text text="Medium"/>
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Medium"/>
|
||||
</node>
|
||||
<button id="button-unfold-medium" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-medium" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="20" justify="center">
|
||||
@@ -479,10 +490,13 @@
|
||||
|
||||
<!-- COLOR VARIATIONS -->
|
||||
|
||||
<border color=".2" height="20" justify="center" align="center" margin="5 0 5 0">
|
||||
<text text="Color Variations"/>
|
||||
<border color=".2" height="20" dir="row" justify="center" align="center" margin="5 0 5 0">
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Color Variations"/>
|
||||
</node>
|
||||
<button id="button-unfold-colorvar" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node dir="row">
|
||||
<node id="fold-colorvar" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<!--labels-->
|
||||
<node height="20" justify="center">
|
||||
@@ -511,8 +525,13 @@
|
||||
|
||||
<!-- JITTER -->
|
||||
|
||||
<border color=".2" height="20" justify="center" align="center" margin="5 0 5 0"><text text="Jitter Settings"/></border>
|
||||
<node dir="row">
|
||||
<border color=".2" height="20" dir="row" justify="center" align="center" margin="5 0 5 0">
|
||||
<node align="center" width="1" grow="1">
|
||||
<text text="Jitter"/>
|
||||
</node>
|
||||
<button id="button-unfold-jitter" width="30" height="18" text="+"/>
|
||||
</border>
|
||||
<node id="fold-jitter" dir="row">
|
||||
<node width="36%" dir="col">
|
||||
<node height="20" justify="center">
|
||||
<text text="Flip"/>
|
||||
|
||||
Reference in New Issue
Block a user