Fixed comments.

This commit is contained in:
hiker
2014-04-24 08:16:19 +10:00
parent 7bab6fdb82
commit d7684668db

View File

@@ -17,24 +17,24 @@
<box proportion="1" width="100%" layout="vertical-row">
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
I18N="In the login dialog" text="Sign in"/>
I18N="In the create login screen" text="Sign in"/>
<spacer height="20" width="20"/>
<div width="80%" align="center" layout="vertical-row" height="fit" >
<div width="100%" height="fit" layout="horizontal-row" >
<label proportion="1" height="100%" text_align="left" I18N="In the login dialog" text="Username"/>
<textbox proportion="2" height="fit" id="username" I18N="In the login dialog"/>
<label proportion="1" height="100%" text_align="left" I18N="In the crete login screen" text="Username"/>
<textbox proportion="2" height="fit" id="username" I18N="In the create login screen"/>
</div>
<spacer height="20" width="20"/>
<div width="100%" height="fit" layout="horizontal-row" >
<label proportion="1" height="100%" text_align="left" I18N="In the login dialog" text="Password"/>
<textbox x="5" proportion="2" height="fit" id="password" I18N="In the login dialog"/>
<label proportion="1" height="100%" text_align="left" I18N="In the create login screen" text="Password"/>
<textbox x="5" proportion="2" height="fit" id="password" I18N="In the create login screen"/>
</div>
<spacer height="20" width="20"/>
<div width="100%" height="fit" layout="horizontal-row" >
<label proportion="1" text_align="left" I18N="In the login dialog" text="Stay signed in"/>
<label proportion="1" text_align="left" I18N="In the create login screen" text="Stay signed in"/>
<div proportion="2" height="100%" layout="horizontal-row">
<checkbox width="fit" height="fit" id="remember" I18N="In the login dialog"/>
<checkbox width="fit" height="fit" id="remember" I18N="In the create login screen"/>
</div>
</div>
</div>
@@ -43,11 +43,11 @@
<spacer height="20" width="20"/>
<buttonbar id="options" width="90%" height="13%" align="bottom">
<icon-button id="sign_in" width="64" height="64" icon="gui/green_check.png"
I18N="Login dialog" text="Sign In" label_location="bottom"/>
I18N="Create login screen" text="Sign In" label_location="bottom"/>
<icon-button id="recovery" width="64" height="64" icon="gui/main_help.png"
I18N="Login dialog" text="Recovery" label_location="bottom"/>
I18N="Create login screen" text="Recovery" label_location="bottom"/>
<icon-button id="cancel" width="64" height="64" icon="gui/main_quit.png"
I18N="Login dialog" text="Close" label_location="bottom"/>
I18N="Create login screen" text="Close" label_location="bottom"/>
</buttonbar>
<spacer height="20" width="20"/>
</box>