You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/DasherCore/Parameters.cpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,14 @@ namespace Dasher{
70
70
{LP_B , Parameter_Value{ "ButtonMenuBoxes" , PARAM_LONG, Persistence::PERSISTENT, 4l , "Number of boxes for button menu mode"}},
71
71
{LP_S , Parameter_Value{ "ButtonMenuSafety" , PARAM_LONG, Persistence::PERSISTENT, 25l , "Safety parameter for button mode, in percent."}},
72
72
#ifdef TARGET_OS_IPHONE
73
-
{LP_BUTTON_SCAN_TIME , P arameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 600l , "Scanning time in menu mode (0 = don't scan), in ms"}},
73
+
{LP_BUTTON_SCAN_TIME , Parameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 600l , "Scanning time in menu mode (0 = don't scan), in ms"}},
74
74
#else
75
75
{LP_BUTTON_SCAN_TIME , Parameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 0l , "Scanning time in menu mode (0 = don't scan), in ms"}},
{LP_NODE_BUDGET , P arameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 1000l , "Target (min) number of node objects to maintain"}},
80
+
{LP_NODE_BUDGET , Parameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 1000l , "Target (min) number of node objects to maintain"}},
81
81
#else
82
82
{LP_NODE_BUDGET , Parameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 3000l , "Target (min) number of node objects to maintain"}},
83
83
#endif
@@ -113,7 +113,7 @@ namespace Dasher{
113
113
{LP_DYNAMIC_SPEED_DEC , Parameter_Value{ "DynamicSpeedDec" , PARAM_LONG, Persistence::PERSISTENT, 8l , "%age by which dynamic mode auto speed control decreases speed on reverse"}},
114
114
{LP_TAP_TIME , Parameter_Value{ "TapTime" , PARAM_LONG, Persistence::PERSISTENT, 200l , "Max length of a stylus 'tap' rather than hold (ms)"}},
115
115
#ifdef TARGET_OS_IPHONE
116
-
{LP_MARGIN_WIDTH , P arameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 500l , "Width of RHS margin (in Dasher co-ords)"}},
116
+
{LP_MARGIN_WIDTH , Parameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 500l , "Width of RHS margin (in Dasher co-ords)"}},
117
117
#else
118
118
{LP_MARGIN_WIDTH , Parameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 300l , "Width of RHS margin (in Dasher co-ords)"}},
0 commit comments