#p473 fix XUI warnings

master
Maxim Nikolenko 2025-09-25 19:24:25 +03:00 committed by GitHub
parent 8976d69dba
commit 6ea4fc913f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -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());

View File

@ -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"

View File

@ -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"