Skip to content
Snippets Groups Projects
Commit b59dad36 authored by Paul Guslisty's avatar Paul Guslisty
Browse files

STORM-412 FIXED Resident profile controls aren't reshaped on changing panel width

- Added parameters for text boxes to follow right side of panel
parent 452d9d5e
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
</expandable_text> </expandable_text>
</panel> </panel>
<text <text
follows="left|top" follows="left|top|right"
height="15" height="15"
font.style="BOLD" font.style="BOLD"
font="SansSerifMedium" font="SansSerifMedium"
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
use_ellipses="true" use_ellipses="true"
/> />
<text <text
follows="left|top" follows="left|top|right"
font.style="BOLD" font.style="BOLD"
height="10" height="10"
layout="topleft" layout="topleft"
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
follows="left|top" follows="left|top|right"
h_pad="0" h_pad="0"
height="15" height="15"
layout="topleft" layout="topleft"
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
width="300" width="300"
word_wrap="true" /> word_wrap="true" />
<text <text
follows="left|top" follows="left|top|right"
font.style="BOLD" font.style="BOLD"
height="15" height="15"
layout="topleft" layout="topleft"
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
follows="left|top" follows="left|top|right"
h_pad="0" h_pad="0"
height="28" height="28"
layout="topleft" layout="topleft"
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
Linden. Linden.
</text_editor> </text_editor>
<text <text
follows="left|top" follows="left|top|right"
font.style="BOLD" font.style="BOLD"
height="15" height="15"
layout="topleft" layout="topleft"
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
value="Partner:" value="Partner:"
width="300" /> width="300" />
<panel <panel
follows="left|top" follows="left|top|right"
height="15" height="15"
layout="topleft" layout="topleft"
left="10" left="10"
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
top_pad="0" top_pad="0"
width="300"> width="300">
<text <text
follows="left|top" follows="left|top|right"
height="10" height="10"
initial_value="(retrieving)" initial_value="(retrieving)"
layout="topleft" layout="topleft"
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
width="300" /> width="300" />
</panel> </panel>
<text <text
follows="left|top" follows="left|top|right"
font.style="BOLD" font.style="BOLD"
height="13" height="13"
layout="topleft" layout="topleft"
......
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