Skip to content
Snippets Groups Projects
Commit c4c3e6be authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

Fixed major bug (EXT-6033) Parcel, Region,and Estate areas of 'PlaceProfile' are corrupted.

- Added height attribute value to accordion tabs.

--HG--
branch : product-engine
parent bf265a25
No related branches found
No related tags found
No related merge requests found
...@@ -325,6 +325,7 @@ ...@@ -325,6 +325,7 @@
top_pad="10" top_pad="10"
width="313"> width="313">
<accordion_tab <accordion_tab
height="170"
layout="topleft" layout="topleft"
name="parcel_characteristics_tab" name="parcel_characteristics_tab"
title="Parcel"> title="Parcel">
...@@ -537,6 +538,7 @@ ...@@ -537,6 +538,7 @@
</accordion_tab> </accordion_tab>
<accordion_tab <accordion_tab
expanded="false" expanded="false"
height="150"
layout="topleft" layout="topleft"
name="region_information_tab" name="region_information_tab"
title="Region"> title="Region">
...@@ -664,6 +666,7 @@ ...@@ -664,6 +666,7 @@
</accordion_tab> </accordion_tab>
<accordion_tab <accordion_tab
expanded="false" expanded="false"
height="190"
layout="topleft" layout="topleft"
name="estate_information_tab" name="estate_information_tab"
title="Estate"> title="Estate">
...@@ -753,6 +756,7 @@ ...@@ -753,6 +756,7 @@
</accordion_tab> </accordion_tab>
<accordion_tab <accordion_tab
expanded="false" expanded="false"
height="320"
layout="topleft" layout="topleft"
name="sales_tab" name="sales_tab"
title="For Sale"> title="For Sale">
......
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