This commit is contained in:
Benau 2021-12-03 10:23:31 +08:00
parent d1c0acac83
commit b286ee9195

View File

@ -17,14 +17,14 @@
<box proportion="1" width="100%" layout="vertical-row">
<div x="1%" y="2%" width="98%" height="96%" layout="vertical-row" >
<div width="19%" height="fit" layout="horizontal-row" >
<label proportion="1" height="fit" text_align="left" I18N="In the online account settings screen" text="Password:"/>
<div width="100%" height="fit" layout="horizontal-row" >
<label width="fit" height="fit" text_align="left" I18N="In the online account settings screen" text="Password:"/>
<spacer width="20" height="1"/>
<button id="change_password_button" height="100%" width="fit" text="Change" />
</div>
<spacer height="5%" width="20"/>
<div width="19%" height="fit" layout="horizontal-row" >
<label proportion="1" height="fit" text_align="left" I18N="In the online account settings screen" text="E-mail:"/>
<div width="100%" height="fit" layout="horizontal-row" >
<label width="fit" height="fit" text_align="left" I18N="In the online account settings screen" text="E-mail:"/>
<spacer width="20" height="1"/>
<button id="change_email_button" height="100%" width="fit" text="Change" />
</div>