add export data flag on ppbr export layout
This commit is contained in:
@@ -59,8 +59,15 @@
|
|||||||
<button id="header-open" text="Open" grow="1" height="100%"/>
|
<button id="header-open" text="Open" grow="1" height="100%"/>
|
||||||
<button id="header-clear" text="Clear" grow="1" height="100%"/>
|
<button id="header-clear" text="Clear" grow="1" height="100%"/>
|
||||||
</node>
|
</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>
|
||||||
<node grow="1">
|
<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" grow="1" margin="0 0 4 0">
|
||||||
<text text="Author" margin="0 5 0 0"/>
|
<text text="Author" margin="0 5 0 0"/>
|
||||||
<text-input id="info-author" pad="5" grow="1" height="30" color=".3"/>
|
<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 text="URL" margin="0 5 0 0"/>
|
||||||
<text-input id="info-url" pad="5" grow="1" height="30" color=".3"/>
|
<text-input id="info-url" pad="5" grow="1" height="30" color=".3"/>
|
||||||
</node>
|
</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 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>
|
||||||
</node>
|
</node>
|
||||||
</border>
|
</border>
|
||||||
|
|||||||
Reference in New Issue
Block a user