#p473 fix XUI warnings
parent
8976d69dba
commit
6ea4fc913f
|
|
@ -859,7 +859,7 @@ void LLPanelProfileSecondLife::resetData()
|
|||
resetLoading();
|
||||
|
||||
// Set default image and 1:1 dimensions for it
|
||||
mSecondLifePic->setValue("Generic_Person_Large");
|
||||
mSecondLifePic->setValue(LLUUID());
|
||||
|
||||
LLRect imageRect = mSecondLifePicLayout->getRect();
|
||||
mSecondLifePicLayout->reshape(imageRect.getWidth(), imageRect.getWidth());
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
<profile_image
|
||||
name="real_world_pic"
|
||||
image_name="Generic_Person_Large"
|
||||
show_loading="false"
|
||||
follows="top|left"
|
||||
layout="topleft"
|
||||
top="10"
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ Account: [ACCTTYPE]
|
|||
<profile_image
|
||||
name="2nd_life_pic"
|
||||
image_name="Generic_Person_Large"
|
||||
show_loading="false"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
interactable="true"
|
||||
|
|
@ -191,7 +190,7 @@ Account: [ACCTTYPE]
|
|||
visible="false">
|
||||
<icon
|
||||
name="badge_icon"
|
||||
image_name="Beta_Tester"
|
||||
image_name="Profile_Badge_Beta"
|
||||
layout="topleft"
|
||||
follows="left|top"
|
||||
top="10"
|
||||
|
|
|
|||
Loading…
Reference in New Issue