diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-03 21:24:09 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-04 22:27:04 +0300 |
commit | 4f92a3222efac36b2355550ed55ca0a2fcb9591d (patch) | |
tree | 965a4cc6218236c22a3407c69282702487087d07 /indra/newview/llpanelprofilepicks.h | |
parent | 3f5164446653f89ef559a883612401fea886b138 (diff) |
SL-15312 Updated picks's layout
- better emphasis onto saving
- better resize logic
- ability to discard changes
Diffstat (limited to 'indra/newview/llpanelprofilepicks.h')
-rw-r--r-- | indra/newview/llpanelprofilepicks.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofilepicks.h b/indra/newview/llpanelprofilepicks.h index d5df7b7f12..fc975604d9 100644 --- a/indra/newview/llpanelprofilepicks.h +++ b/indra/newview/llpanelprofilepicks.h @@ -207,10 +207,15 @@ protected: void onClickSetLocation(); /** - * Callback for "Save" button click + * Callback for "Save" and "Create" button click */ void onClickSave(); + /** + * Callback for "Save" button click + */ + void onClickCancel(); + std::string getLocationNotice(); /** @@ -225,6 +230,8 @@ protected: LLTextEditor* mPickDescription; LLButton* mSetCurrentLocationButton; LLButton* mSaveButton; + LLButton* mCreateButton; + LLButton* mCancelButton; LLVector3d mPosGlobal; LLUUID mParcelId; |