diff --git a/indra/newview/llinventorylistitem.cpp b/indra/newview/llinventorylistitem.cpp index 7bf121d4be..9e5916b5f5 100644 --- a/indra/newview/llinventorylistitem.cpp +++ b/indra/newview/llinventorylistitem.cpp @@ -426,7 +426,10 @@ void LLPanelInventoryListItemBase::reshapeLeftWidgets() void LLPanelInventoryListItemBase::reshapeRightWidgets() { - S32 widget_right = getLocalRect().getWidth(); + // Add some spacing at the right side + //S32 widget_right = getLocalRect().getWidth(); + S32 widget_right = getLocalRect().getWidth() - getWidgetSpacing(); + // S32 widget_left = widget_right; widget_array_t::const_reverse_iterator it = mRightSideWidgets.rbegin();