From e1dcf01706109a6197b4cbee661690871be24772 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 23 Jun 2017 17:33:02 +1200 Subject: [PATCH] Better settings text --- plugins/hifiLeapMotion/src/LeapMotionPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hifiLeapMotion/src/LeapMotionPlugin.cpp b/plugins/hifiLeapMotion/src/LeapMotionPlugin.cpp index bc9ff5745c..2139da6ce6 100644 --- a/plugins/hifiLeapMotion/src/LeapMotionPlugin.cpp +++ b/plugins/hifiLeapMotion/src/LeapMotionPlugin.cpp @@ -349,7 +349,7 @@ void LeapMotionPlugin::init() { saveSettings(); applyDesktopHeightOffset(); }; - auto preference = new SpinnerPreference(LEAPMOTION_PLUGIN, "Desktop height offset", getter, setter); + auto preference = new SpinnerPreference(LEAPMOTION_PLUGIN, "Desktop height for horizontal forearms", getter, setter); float MIN_VALUE = 0.0f; float MAX_VALUE = 1.0f; float DECIMALS = 2.0f;