Reserve enough space for newline text

This commit is contained in:
Benau 2019-06-15 11:09:31 +08:00
parent 64b8fc4466
commit caa0554127

View File

@ -6,9 +6,9 @@
<spacer height="1f" width="50"/>
<div width="80%" align="center" layout="vertical-row" height="fit" >
<div width="100%" height="fit" layout="horizontal-row">
<label id="desc" proportion="2" text_align="left" word_wrap="true" text=""/>
<div width="80%" align="center" layout="vertical-row" height="20%" >
<div width="100%" height="100%" layout="horizontal-row">
<label id="desc" width="100%" height="100%" text_align="left" word_wrap="true" text=""/>
</div>
</div>