Skip to content

Commit

Permalink
FLUID-6333: allowing decreased spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Sep 11, 2018
1 parent 9eed703 commit 43b4fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/preferences/js/WordSpaceSchemas.js
Expand Up @@ -69,7 +69,7 @@ var fluid_3_0_0 = fluid_3_0_0 || {};
"fluid.prefs.wordSpace": {
"type": "number",
"default": 1,
"minimum": 1,
"minimum": 0.7,
"maximum": 2,
"divisibleBy": 0.1
}
Expand Down

0 comments on commit 43b4fad

Please sign in to comment.