Skip to content
Snippets Groups Projects
Commit f9e12e9f authored by Ychebotarev ProductEngine's avatar Ychebotarev ProductEngine
Browse files

sidefix for EXT-4577 Group profile: useless tab controls appear inside Land/Assets accordion

if you place UI elements __outside__ of panel rect - they will be visible but unclickable...
so I revert UI changes since they are maybe looks better...but useless.

--HG--
branch : product-engine
parent 088056c5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<panel <panel
border="false" border="false"
follows="all" follows="all"
height="380" height="420"
label="Land &amp; L$" label="Land &amp; L$"
layout="topleft" layout="topleft"
left="0" left="0"
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
</text> </text>
<tab_container <tab_container
follows="all" follows="all"
height="173" height="180"
halign="center" halign="center"
layout="topleft" layout="topleft"
left="0" left="0"
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
<panel <panel
border="false" border="false"
follows="all" follows="all"
height="173" height="180"
label="PLANNING" label="PLANNING"
layout="topleft" layout="topleft"
left="0" left="0"
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
<panel <panel
border="false" border="false"
follows="all" follows="all"
height="173" height="180"
label="DETAILS" label="DETAILS"
layout="topleft" layout="topleft"
left="0" left="0"
...@@ -296,41 +296,44 @@ ...@@ -296,41 +296,44 @@
word_wrap="true"> word_wrap="true">
Loading... Loading...
</text_editor> </text_editor>
<button
height="20"
image_overlay="Arrow_Left_Off"
layout="topleft"
left="5"
name="earlier_details_button"
tool_tip="Go back in time"
top_pad="10"
width="25" />
<button <button
follows="left|top" height="20"
height="18" image_overlay="Arrow_Right_Off"
image_overlay="Arrow_Left_Off" layout="topleft"
layout="topleft" left_pad="5"
name="earlier_details_button" name="later_details_button"
tool_tip="Back" tool_tip="Go forward in time"
right="-45" top_delta="0"
bottom="0" width="25" />
width="25" />
<button
follows="left|top" </panel>
height="18"
image_overlay="Arrow_Right_Off"
layout="topleft"
left_pad="10"
name="later_details_button"
tool_tip="Next"
width="25" />
</panel>
<panel <panel
border="false" border="false"
follows="all" follows="all"
height="173" height="180"
label="SALES" label="SALES"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
help_topic="group_money_sales_tab" help_topic="group_money_sales_tab"
mouse_opaque="false"
name="group_money_sales_tab" name="group_money_sales_tab"
top="0" top="0"
width="300"> width="300">
<text_editor <text_editor
type="string" type="string"
follows="all" follows="all"
height="140" height="130"
layout="topleft" layout="topleft"
left="0" left="0"
max_length="4096" max_length="4096"
...@@ -340,25 +343,24 @@ ...@@ -340,25 +343,24 @@
word_wrap="true"> word_wrap="true">
Loading... Loading...
</text_editor> </text_editor>
<button <button
bottom="0" height="20"
follows="left|top" image_overlay="Arrow_Left_Off"
height="18" layout="topleft"
image_overlay="Arrow_Left_Off" left="5"
layout="topleft" name="earlier_sales_button"
name="earlier_sales_button" tool_tip="Go back in time"
tool_tip="Back" top_pad="10"
right="-45" width="25" />
width="25" /> <button
<button height="20"
follows="left|top" image_overlay="Arrow_Right_Off"
height="18" layout="topleft"
image_overlay="Arrow_Right_Off" left_pad="5"
layout="topleft" name="later_sales_button"
left_pad="10" tool_tip="Go forward in time"
name="later_sales_button" top_delta="0"
tool_tip="Next" width="25" />
width="25" />
</panel> </panel>
</tab_container> </tab_container>
</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