fix stroke preview zoom, implement dest pick on ppbr export
This commit is contained in:
@@ -59,14 +59,15 @@
|
||||
<button id="header-open" text="Open" grow="1" height="100%"/>
|
||||
<button id="header-clear" text="Clear" grow="1" height="100%"/>
|
||||
</node>
|
||||
<border os="win,mac,android" color=".4" grow="1" pad="5" margin="10 0 0 0" justify="center">
|
||||
<border os="win,osx,android" color=".4" grow="1" pad="5" margin="10 0 0 0" justify="center">
|
||||
<node dir="row" align="center">
|
||||
<checkbox id="export-data" width="30" aspect-ratio="1" margin="0 5 0 0"/>
|
||||
<text text="Export data"/>
|
||||
<node grow="1"/>
|
||||
<button os="mac" id="pick-dest" text="Pick dest." pad="5"/>
|
||||
<button os="osx" id="pick-dest" text="Pick dest." pad="5"/>
|
||||
</node>
|
||||
<text color=".7" text-wrap-width="256" text="Save the generated preview images to a separete folder."/>
|
||||
<text id="dest-path" margin="5 0 0 0" text-wrap-width="256"/>
|
||||
</border>
|
||||
</node>
|
||||
<node grow="1" dir="col">
|
||||
|
||||
Reference in New Issue
Block a user