add export data flag on ppbr export layout

This commit is contained in:
2019-09-20 18:20:11 +02:00
parent 7eebabff19
commit dc8f2f5742

View File

@@ -59,8 +59,15 @@
<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">
<node dir="row" align="center">
<checkbox id="export-data" width="30" aspect-ratio="1" margin="0 5 0 0"/>
<text text="Export data"/>
</node>
<text color=".7" text-wrap-width="256" text="Note: exports the data into..."/>
</border>
</node>
<node grow="1">
<node grow="1" dir="col">
<node dir="row" height="30" align="center" grow="1" 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"/>
@@ -73,9 +80,9 @@
<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="1">
<node dir="row" height="80" align="center" grow="2">
<text text="Description" margin="0 5 0 0"/>
<text-input id="info-descr" text-vertical-align="top" pad="5" grow="1" min-height="80" color=".3" multiline="1"/>
<text-input id="info-descr" text-vertical-align="top" pad="5" grow="1" height="100%" color=".3" multiline="1"/>
</node>
</node>
</border>