Skip to content
Snippets Groups Projects
Commit e5fc80b4 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DEV-52366 Long display name gets cut off in Places page for owner listing

parent 3057bb08
No related branches found
No related tags found
No related merge requests found
...@@ -651,7 +651,8 @@ ...@@ -651,7 +651,8 @@
left_pad="0" left_pad="0"
name="region_owner" name="region_owner"
top_delta="0" top_delta="0"
value="moose Van Moose" value="moose Van Moose extra long name moose"
use_ellipses="true"
width="187" /> width="187" />
<text <text
follows="left|top" follows="left|top"
...@@ -712,7 +713,7 @@ ...@@ -712,7 +713,7 @@
name="estate_name_label" name="estate_name_label"
top_pad="5" top_pad="5"
value="Estate:" value="Estate:"
width="90" /> width="80" />
<text <text
follows="left|top|right" follows="left|top|right"
height="15" height="15"
...@@ -729,7 +730,7 @@ ...@@ -729,7 +730,7 @@
name="estate_rating_label" name="estate_rating_label"
top_pad="5" top_pad="5"
value="Rating:" value="Rating:"
width="90" /> width="80" />
<text <text
follows="left|top|right" follows="left|top|right"
height="15" height="15"
...@@ -746,15 +747,17 @@ ...@@ -746,15 +747,17 @@
name="estate_owner_label" name="estate_owner_label"
top_pad="5" top_pad="5"
value="Owner:" value="Owner:"
width="90" /> width="80" />
<text <text
follows="left|top|right" follows="left|top|right"
height="15" height="15"
layout="topleft" layout="topleft"
left_pad="0" left_pad="0"
name="estate_owner" name="estate_owner"
value="Testing owner name length with long name"
top_delta="0" top_delta="0"
width="187" /> use_ellipses="true"
width="190" />
<text <text
follows="left|top" follows="left|top"
height="15" height="15"
......
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