From 23d310436a664f7303d627095f8972de6cb17334 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 24 May 2022 00:35:22 +0300 Subject: SL-15312 Change permission status to be icons instead of buttons --- indra/newview/llpanelprofile.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'indra/newview/llpanelprofile.h') diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 0237a537de..b53a892ba6 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -193,9 +193,12 @@ private: LLMenuButton* mAgentActionMenuButton; LLButton* mSaveDescriptionChanges; LLButton* mDiscardDescriptionChanges; - LLButton* mSeeOnlineToggle; - LLButton* mSeeOnMapToggle; - LLButton* mEditObjectsToggle; + LLIconCtrl* mCanSeeOnlineIcon; + LLIconCtrl* mCantSeeOnlineIcon; + LLIconCtrl* mCanSeeOnMapIcon; + LLIconCtrl* mCantSeeOnMapIcon; + LLIconCtrl* mCanEditObjectsIcon; + LLIconCtrl* mCantEditObjectsIcon; LLHandle mFloaterPermissionsHandle; -- cgit v1.2.3