Skip to content
Snippets Groups Projects
Commit 415e2f8e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Tweak nav bar about land

parent 0896c1ed
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -645,7 +645,7 @@ void LLLocationInputCtrl::onInfoButtonClicked()
return;
// [/RLVa:KB]
LLFloaterReg::showInstance("about_land");
LLFloaterSidePanelContainer::showPanel("places", LLSD().with("type", "agent"));
}
void LLLocationInputCtrl::onForSaleButtonClicked()
......
......@@ -119,6 +119,22 @@
tool_tip="Teleport to my home location"
top_delta="0"
width="32" />
<button
follows="left|top"
height="23"
image_bottom_pad="1"
image_overlay="Command_AboutLand_Icon"
image_hover_unselected="PushButton_Over"
layout="topleft"
left_pad="5"
name="about_land"
tool_tip="Opens the About Land floater"
top_delta="0"
width="32" >
<button.init_callback
function="Button.SetFloaterToggle"
parameter="about_land" />
</button>
<location_input
follows="all"
halign="right"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment