Removed display of topmenu parcel display by default, per dev meeting discussion, pending it's rework to avoid overwriting other controls.

--HG--
branch : Firestorm_2.4.2
meow-7.2.2
Arrehn 2011-03-20 20:30:08 -04:00
parent 3d7568bc60
commit dbaae328e6
3 changed files with 8 additions and 2 deletions

View File

@ -13205,7 +13205,7 @@ Change of this parameter will affect the layout of buttons in notification toast
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
<integer>0</integer>
</map>
<key>UseLegacyCursors</key>
<map>

View File

@ -1707,10 +1707,16 @@ void LLViewerWindow::initWorldUI()
{
navbar->showFavoritesPanel(FALSE);
}
if (!gSavedSettings.getBOOL("ShowSearchTopBar"))
{
navbar->childSetVisible("search_combo_box",FALSE);
}
if (!gSavedSettings.getBOOL("ShowMenuBarLocation"))
{
gStatusBar->childSetVisible("parcel_info_panel",FALSE);
}
// Top Info bar

View File

@ -55,7 +55,7 @@
</menu_item_check>
-->
<menu_item_check
label="Show Menu Bar Location"
label="Show Location in Top Menu"
layout="topleft"
name="ShowMenuBarLocation">
<on_click