preset size text

This commit is contained in:
2019-02-28 18:34:36 +01:00
parent f20f935d43
commit 080a306cc6
3 changed files with 8 additions and 15 deletions

View File

@@ -87,8 +87,9 @@
<!--brush-presets-item icon-->
<layout id="tpl-brush-preset">
<button-custom width="300" height="70" margin="1" pad="5" align="center" justify="center" dir="row">
<border color="1" width="40" height="60" align="center" justify="center">
<border color="1" width="40" height="60" align="center" justify="center" dir="col">
<image id="thumb" width="40" height="40"/>
<text id="caption-size" text="000" color="0" margin="3 0 0 0"/>
</border>
<stroke-preview id="canvas" width="1" grow="1" height="60"/>
</button-custom>