mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02: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();
|
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;
|
||||||
|
|
Loading…
Reference in a new issue