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.2meow-7.2.2
parent
3d7568bc60
commit
dbaae328e6
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue