aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgeneral.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelgeneral.cpp')
-rw-r--r--linden/indra/newview/llpanelgeneral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgeneral.cpp b/linden/indra/newview/llpanelgeneral.cpp
index 04b7afe..fe9de2f 100644
--- a/linden/indra/newview/llpanelgeneral.cpp
+++ b/linden/indra/newview/llpanelgeneral.cpp
@@ -123,5 +123,5 @@ void LLPanelGeneral::cancel()
123void LLPanelGeneral::onClickResetUISize(void* user_data) 123void LLPanelGeneral::onClickResetUISize(void* user_data)
124{ 124{
125 LLPanelGeneral* self = (LLPanelGeneral*)user_data; 125 LLPanelGeneral* self = (LLPanelGeneral*)user_data;
126 self->childSetValue("ui_scale_slider", 1.0f); 126 self->childSetValue("ui_scale_slider", 1.002f);
127} 127}