export data flag, fix android create dir

This commit is contained in:
2019-09-23 00:48:25 +02:00
parent 1d1aef4095
commit d91f730cbd
8 changed files with 21 additions and 12 deletions

View File

@@ -59,28 +59,30 @@
<button id="header-open" text="Open" grow="1" height="100%"/>
<button id="header-clear" text="Clear" grow="1" height="100%"/>
</node>
<border color=".4" grow="1" pad="5" margin="10 0 0 0" justify="center">
<border os="win,mac,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"/>
</node>
<text color=".7" text-wrap-width="256" text="Note: exports the data into..."/>
<text color=".7" text-wrap-width="256" text="Save the generated preview images to a separete folder."/>
</border>
</node>
<node grow="1" dir="col">
<node dir="row" height="30" align="center" grow="1" margin="0 0 4 0">
<node dir="row" height="30" align="center" margin="0 0 4 0">
<text text="Author" margin="0 5 0 0"/>
<text-input id="info-author" pad="5" grow="1" height="30" color=".3"/>
</node>
<node dir="row" height="30" align="center" grow="1" margin="0 0 4 0">
<node dir="row" height="30" align="center" margin="0 0 4 0">
<text text="Email" margin="0 5 0 0"/>
<text-input id="info-email" pad="5" grow="1" height="30" color=".3"/>
</node>
<node dir="row" height="30" align="center" grow="1" margin="0 0 4 0">
<node dir="row" height="30" align="center" margin="0 0 4 0">
<text text="URL" margin="0 5 0 0"/>
<text-input id="info-url" pad="5" grow="1" height="30" color=".3"/>
</node>
<node dir="row" height="80" align="center" grow="2">
<node dir="row" grow="1">
<text text="Description" margin="0 5 0 0"/>
<text-input id="info-descr" text-vertical-align="top" pad="5" grow="1" height="100%" color=".3" multiline="1"/>
</node>