Skip to content
Snippets Groups Projects
Commit d9f022da authored by Erica's avatar Erica
Browse files

EXT-3338 Start up screen isn't resized - reviewed by richard, The Layoutmaster

parent 1afef521
No related branches found
No related tags found
No related merge requests found
...@@ -33,21 +33,31 @@ name="login_html" ...@@ -33,21 +33,31 @@ name="login_html"
start_url="" start_url=""
top="0" top="0"
height="600" height="600"
width="996" /> width="980" />
<panel <layout_stack
follows="left|bottom|right" follows="left|bottom|right"
name="login_widgets" name="login_widgets"
layout="topleft" layout="topleft"
orientation="horizontal"
top="519" top="519"
width="996" width="996"
height="80"> height="80">
<layout_panel
auto_resize="false"
follows="left|bottom"
name="login"
layout="topleft"
width="695"
min_width="695"
user_resize="false"
height="80">
<text <text
follows="left|bottom" follows="left|bottom"
font="SansSerifSmall" font="SansSerifSmall"
height="16" height="16"
left="20"
name="first_name_text" name="first_name_text"
top="20" top="20"
left="20"
width="150"> width="150">
First name: First name:
</text> </text>
...@@ -145,7 +155,7 @@ name="Typeregionname" value="" /> ...@@ -145,7 +155,7 @@ name="Typeregionname" value="" />
<combo_box <combo_box
allow_text_entry="true" allow_text_entry="true"
font="SansSerifSmall" font="SansSerifSmall"
follows="left|bottom" follows="left|right|bottom"
height="23" height="23"
layout="topleft" layout="topleft"
top_pad="2" top_pad="2"
...@@ -164,14 +174,20 @@ width="135" ...@@ -164,14 +174,20 @@ width="135"
name="connect_btn" name="connect_btn"
top="35" top="35"
width="90" /> width="90" />
<text </layout_panel>
<layout_panel
follows="right|bottom"
name="links"
width="200"
min_width="200"
user_resize="false"
height="80">
<text
follows="right|bottom" follows="right|bottom"
font="SansSerifSmall" font="SansSerifSmall"
text_color="EmphasisColor"
halign="right" halign="right"
height="16" height="16"
top="12" top="12"
left_pad="5"
right="-10" right="-10"
name="create_new_account_text" name="create_new_account_text"
width="180"> width="180">
...@@ -183,7 +199,9 @@ font="SansSerifSmall" ...@@ -183,7 +199,9 @@ font="SansSerifSmall"
text_color="EmphasisColor" text_color="EmphasisColor"
halign="right" halign="right"
height="16" height="16"
name="forgot_password_text" top_pad="12" name="forgot_password_text"
top_pad="12"
right="-10"
width="180"> width="180">
Forgot your name or password? Forgot your name or password?
</text> </text>
...@@ -195,6 +213,7 @@ halign="right" ...@@ -195,6 +213,7 @@ halign="right"
height="16" height="16"
name="login_help" name="login_help"
top_pad="2" top_pad="2"
right="-10"
width="180"> width="180">
Need help logging in? </text> Need help logging in? </text>
<!-- <text <!-- <text
...@@ -208,5 +227,6 @@ top_pad="2" ...@@ -208,5 +227,6 @@ top_pad="2"
word_wrap="true"> word_wrap="true">
[VERSION] [VERSION]
</text>--> </text>-->
</panel> </layout_panel>
</layout_stack>
</panel> </panel>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment