diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-31 14:16:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-31 14:16:55 +0200 |
commit | 3d59e44c8b2cc045b7815bc565ee0a12381e461e (patch) | |
tree | 0f405622f5ec07d91ce3017fe88a17b09e28ead5 | |
parent | c7fcb2803e8344d3e39169cade8fd99a0da80d37 (diff) | |
parent | 32b0038062a87a6f210ceb2b8682e9376538e1b9 (diff) |
Merge pull request #4069 from ivantcholakov/develop
[ci skip] Correct wm_shadow_distance default value in Image_lib docs
-rw-r--r-- | user_guide_src/source/libraries/image_lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/image_lib.rst b/user_guide_src/source/libraries/image_lib.rst index e5f7c000f..40a280b5c 100644 --- a/user_guide_src/source/libraries/image_lib.rst +++ b/user_guide_src/source/libraries/image_lib.rst @@ -282,7 +282,7 @@ Preference Default Value Options Description **wm_shadow_color** None None The color of the drop shadow, specified in hex. If you leave this blank a drop shadow will not be used. Both the full 6-length (ie, 993300) and the short three character abbreviated version (ie, fff) are supported. -**wm_shadow_distance** 3 None The distance (in pixels) from the font that the drop shadow should +**wm_shadow_distance** 2 None The distance (in pixels) from the font that the drop shadow should appear. ======================= =================== =================== ========================================================================== |