panel brush download skeleton

This commit is contained in:
2019-09-01 10:26:06 +02:00
parent 7b66be1e57
commit 18bd3e6d27

View File

@@ -7,6 +7,36 @@
<image width="100%" height="100%"/>
</button-custom>
</layout>
<!-- PANEL BRUSH DOWNLOAD -->
<layout id="dialog-brush-download-item">
<border dir="row" color=".4 .4 .4 .8" pad="4" height="100" width="100" margin="1 1 1 1" grow="1" align="center">
<image-texture id="thumb-tex" width="300" height="100%"/>
<node dir="col" pad="5">
<text margin="0 0 5 0" text="Author: ZaZa"/>
<text margin="0 0 5 0" text="URL: http:://xyz"/>
<text margin="0 0 5 0" text-wrap-width="280" text="Description: asdasdasd df dsf asdfadsf sdfas dfasdfa sdfasdfasdf asdfa sdfasdf asdf asdfd asf asd"/>
</node>
</border>
</layout>
<layout id="dialog-brush-download">
<border id="background" positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center" mouse-capture="true">
<border id="form" thickness="1" border-color=".2" pad="3" max-width="650" width="90%" height="90%" dir="col">
<border id="title-bar" width="100%" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
<text text="Download Brushes"></text>
</border>
<border width="100%" height="100" color="0 0 0 .9" pad="10" dir="row" grow="1">
<scroll id="files-list" dir="row" wrap="1" flood-events="1" grow="1" height="100%" margin="0 0 0 0" pad="0 20 0 0" color=".2 .2 .2 1">
<ref id="dialog-brush-download-item"/>
</scroll>
</border>
<node id="footer" height="50" dir="row" align="flex-end" justify="flex-end" pad="10">
<button id="btn-ok" text="Import" width="100" height="30" margin="0 10 0 0"/>
<button id="btn-cancel" text="Cancel" width="60" height="30"/>
</node>
</border>
</border>
</layout>
<!-- PANEL LAYERS -->
<layout id="tpl-panel-layers">
@@ -1914,5 +1944,6 @@ Here's a list of what's available in this release.
<image-texture id="tex-debug" width="100%" height="100%"></image-texture>
</border>
-->
<!--<ref id="dialog-brush-download"/>-->
</layout>
</root>