Better settings text

This commit is contained in:
David Rowe 2017-06-23 17:33:02 +12:00
parent 9d0407cbdf
commit e1dcf01706

View file

@ -349,7 +349,7 @@ void LeapMotionPlugin::init() {
saveSettings(); saveSettings();
applyDesktopHeightOffset(); 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 MIN_VALUE = 0.0f;
float MAX_VALUE = 1.0f; float MAX_VALUE = 1.0f;
float DECIMALS = 2.0f; float DECIMALS = 2.0f;