Reserve enough space for general textfield dialog for RTL text alignment

This commit is contained in:
Benau 2019-06-14 13:26:33 +08:00
parent d51f7f4448
commit e969a5a352

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<stkgui> <stkgui>
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" > <div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
<label id="title" raw_text="Text" height="36%"/> <label id="title" raw_text="Text" width="100%" height="36%"/>
<spacer height="7%" width="10" /> <spacer height="7%" width="10" />
<textbox id="textfield" width="75%" align="center"/> <textbox id="textfield" width="75%" align="center"/>