From 98792b9363f81c34c9e3ea773fc544122bea5cc3 Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Tue, 30 Jan 2018 10:45:08 -0500 Subject: STORM-2145 Split move and view panels --- indra/newview/llfloatercamera.cpp | 2 +- indra/newview/llpanelpresetscamerapulldown.cpp | 2 +- .../skins/default/xui/en/floater_preferences.xml | 9 +- .../default/xui/en/panel_preferences_move.xml | 182 -------------------- .../default/xui/en/panel_preferences_view.xml | 185 +++++++++++++++++++++ 5 files changed, 195 insertions(+), 185 deletions(-) create mode 100644 indra/newview/skins/default/xui/en/panel_preferences_view.xml diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp index 777963bec5..5bebebf21f 100644 --- a/indra/newview/llfloatercamera.cpp +++ b/indra/newview/llfloatercamera.cpp @@ -387,7 +387,7 @@ void LLFloaterCamera::onViewButtonClick(const LLSD& user_data) // grab the 'view' panel from the preferences floater and // bring it the front! LLTabContainer* tabcontainer = prefsfloater->getChild("pref core"); - LLPanel* graphicspanel = prefsfloater->getChild("move"); + LLPanel* graphicspanel = prefsfloater->getChild("view"); if (tabcontainer && graphicspanel) { tabcontainer->selectTabPanel(graphicspanel); diff --git a/indra/newview/llpanelpresetscamerapulldown.cpp b/indra/newview/llpanelpresetscamerapulldown.cpp index e2b9c080fb..7612c428d9 100644 --- a/indra/newview/llpanelpresetscamerapulldown.cpp +++ b/indra/newview/llpanelpresetscamerapulldown.cpp @@ -212,7 +212,7 @@ void LLPanelPresetsCameraPulldown::onViewButtonClick(const LLSD& user_data) // grab the 'view' panel from the preferences floater and // bring it the front! LLTabContainer* tabcontainer = prefsfloater->getChild("pref core"); - LLPanel* graphicspanel = prefsfloater->getChild("move"); + LLPanel* graphicspanel = prefsfloater->getChild("view"); if (tabcontainer && graphicspanel) { tabcontainer->selectTabPanel(graphicspanel); diff --git a/indra/newview/skins/default/xui/en/floater_preferences.xml b/indra/newview/skins/default/xui/en/floater_preferences.xml index 7fcc91ffe9..545816c78a 100644 --- a/indra/newview/skins/default/xui/en/floater_preferences.xml +++ b/indra/newview/skins/default/xui/en/floater_preferences.xml @@ -87,10 +87,17 @@ https://accounts.secondlife.com/change_email/ + - - - - Preset in use: - - - - (None) - - - - - - Automatic position for: - - - - - - - - - - - - - - - - - + + + + + + Preset in use: + + + + (None) + + + + + + Automatic position for: + + + + + + + + + + + + + + + -- cgit v1.2.3