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

Fixed major bug (EXT-2316) Insert the option "pay" in the profile.

- Restored fix made in viewer-2-0/product-engine changeset 4880:ff1363072741.

--HG--
branch : product-engine
parent fb174d1d
No related branches found
No related tags found
No related merge requests found
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
name="add_friend" name="add_friend"
tool_tip="Offer friendship to the Resident" tool_tip="Offer friendship to the Resident"
top="5" top="5"
width="81" /> width="80" />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
tool_tip="Open instant message session" tool_tip="Open instant message session"
top="5" top="5"
left_pad="3" left_pad="3"
width="45" /> width="39" />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
tool_tip="Call this Resident" tool_tip="Call this Resident"
left_pad="3" left_pad="3"
top="5" top="5"
width="46" /> width="43" />
<button <button
enabled="false" enabled="false"
follows="bottom|left" follows="bottom|left"
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
tool_tip="Show the Resident on the map" tool_tip="Show the Resident on the map"
top="5" top="5"
left_pad="3" left_pad="3"
width="46" /> width="41" />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -347,8 +347,8 @@ ...@@ -347,8 +347,8 @@
tool_tip="Offer teleport" tool_tip="Offer teleport"
left_pad="3" left_pad="3"
top="5" top="5"
width="78" /> width="69" />
<!-- <button <button
follows="bottom|right" follows="bottom|right"
height="23" height="23"
label="▼" label="▼"
...@@ -357,8 +357,8 @@ ...@@ -357,8 +357,8 @@
tool_tip="Pay money to or share inventory with the Resident" tool_tip="Pay money to or share inventory with the Resident"
right="-1" right="-1"
top="5" top="5"
left_pad="3" left_pad="3"
width="23" />--> width="23" />
</layout_panel> </layout_panel>
<layout_panel <layout_panel
follows="bottom|left" follows="bottom|left"
......
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