add ppbr info data

This commit is contained in:
2019-09-19 10:14:31 +02:00
parent 814fd76292
commit 4d788bb174
7 changed files with 45 additions and 12 deletions

View File

@@ -61,17 +61,21 @@
</node>
</node>
<node grow="1">
<node dir="row" height="30" align="center" grow="1">
<node dir="row" height="30" align="center" grow="1" margin="0 0 4 0">
<text text="Author" margin="0 5 0 0"/>
<text-input pad="5" grow="1" height="30" color=".3"/>
<text-input id="info-author" pad="5" grow="1" height="30" color=".3"/>
</node>
<node dir="row" height="30" align="center" grow="1">
<node dir="row" height="30" align="center" grow="1" 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">
<text text="URL" margin="0 5 0 0"/>
<text-input pad="5" grow="1" height="30" color=".3"/>
<text-input id="info-url" pad="5" grow="1" height="30" color=".3"/>
</node>
<node dir="row" height="80" align="center" grow="1">
<text text="Description" margin="0 5 0 0"/>
<text-input 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" min-height="80" color=".3" multiline="1"/>
</node>
</node>
</border>