Fixed alignment of password field.

This commit is contained in:
hiker 2014-10-08 08:25:00 +11:00
parent d5bc5ec110
commit 4ff00018b4

View File

@ -38,7 +38,7 @@
<spacer height="20" width="20"/>
<div width="100%" height="fit" layout="horizontal-row" >
<label id="label_password" proportion="1" height="100%" text_align="left"
<label id="label_password" width="40%" height="100%" text_align="left"
I18N="In the registration dialog" text="Password"/>
<textbox id="password" proportion="2" height="fit" I18N="In the registration dialog"/>
</div>