mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Better settings text
This commit is contained in:
parent
9d0407cbdf
commit
e1dcf01706
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue