update quick panel popup for left handed option

This commit is contained in:
2019-03-18 16:06:28 +01:00
parent 6f9f2aef72
commit 4bb1eb28a3
5 changed files with 78 additions and 41 deletions

View File

@@ -1500,12 +1500,12 @@ Here's a list of what's available in this release.
<!--size-->
<node dir="col" margin="0 4 0 0" height="100%" align="center">
<text text="Size" margin="0 0 10 0"/>
<slider-v id="quick-size" height="1" grow="1" width="30"/>
<slider-v id="quick-size" height="100%" grow="1" width="30"/>
</node>
<!--flow-->
<node dir="col" align="center" height="100%">
<text text="Flow" margin="0 0 10 0"/>
<slider-v id="quick-flow" height="1" grow="1" width="30"/>
<slider-v id="quick-flow" height="100%" grow="1" width="30"/>
</node>
</node>
<!--color-->