diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-03 20:30:39 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-03 20:30:39 +0300 |
commit | 3f5164446653f89ef559a883612401fea886b138 (patch) | |
tree | 1e16401d8574258f9c6f5d8148347dcb39ffb4e4 /indra/newview/llpanelprofileclassifieds.h | |
parent | 6354a053e366e1b6228c45a5dc9f92b262862dbe (diff) |
SL-15312 Updated classified's layout
- better emphasis onto publsihing/saving button
- better resize logic
Diffstat (limited to 'indra/newview/llpanelprofileclassifieds.h')
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h index 000c35a5a1..e0ca75728f 100644 --- a/indra/newview/llpanelprofileclassifieds.h +++ b/indra/newview/llpanelprofileclassifieds.h @@ -291,9 +291,8 @@ private: LLButton* mSetLocationButton; LLButton* mCancelButton; - LLPanel* mMapBtnCnt; - LLPanel* mTeleportBtnCnt; - LLPanel* mEditBtnCnt; + LLPanel* mUtilityBtnCnt; + LLPanel* mPublishBtnsCnt; LLPanel* mSaveBtnCnt; LLPanel* mCancelBtnCnt; |