From 62245de7ae38468f337e4c64bc2c254e13c6fedc Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 1 Aug 2023 20:14:27 +0300 Subject: SL-19982 Adjustable font size in LSL editor --- indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ca1b1e2f20..c700302221 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5420,6 +5420,17 @@ Value http://wiki.secondlife.com/wiki/[LSL_STRING] + LSLFontSizeName + + Comment + Text font size in LSL editor + Persist + 1 + Type + String + Value + Monospace + GridStatusRSS Comment -- cgit v1.2.3 From 12f18ff4614225093f753b16cfd278880eca0387 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Tue, 15 Aug 2023 16:46:35 +0200 Subject: SL-20146 Statistic bar collapsed/expanded accordions not saving --- indra/newview/app_settings/settings.xml | 46 ++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 12 deletions(-) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c700302221..23e97ebad1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7485,10 +7485,21 @@ Value 1 + OpenDebugStatBasic + + Comment + Expand Basic performance stats display + Persist + 1 + Type + Boolean + Value + 1 + OpenDebugStatAdvanced Comment - Expand advanced performance stats display + Expand Advanced performance stats display Persist 1 Type @@ -7496,10 +7507,10 @@ Value 0 - OpenDebugStatBasic + OpenDebugStatRender Comment - Expand basic performance stats display + Expand Render performance stats display Persist 1 Type @@ -7507,10 +7518,21 @@ Value 1 - OpenDebugStatNet + OpenDebugStatTexture + + Comment + Expand Texture performance stats display + Persist + 1 + Type + Boolean + Value + 0 + + OpenDebugStatMemory Comment - Expand network stats display + Expand Memory Usage stats display Persist 1 Type @@ -7518,10 +7540,10 @@ Value 1 - OpenDebugStatRender + OpenDebugStatNet Comment - Expand render stats display + Expand Network performance stats display Persist 1 Type @@ -7532,7 +7554,7 @@ OpenDebugStatSim Comment - Expand simulator performance stats display + Expand Simulator performance stats display Persist 1 Type @@ -7540,10 +7562,10 @@ Value 1 - OpenDebugStatTexture + OpenDebugStatPhysicsDetails Comment - Expand Texture performance stats display + Expand Physics Details performance stats display Persist 1 Type @@ -7551,10 +7573,10 @@ Value 0 - OpenDebugStatPhysicsDetails + OpenDebugStatPathfinding Comment - Expand Physics Details performance stats display + Expand Pathfinding performance stats display Persist 1 Type -- cgit v1.2.3