From fc7e4123b4437d00cc8351094a6cd8320de3527d Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 18 May 2014 18:03:29 -0300 Subject: [PATCH] Change default onionskin opacity step setting --- src/app/settings/ui_settings_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/settings/ui_settings_impl.cpp b/src/app/settings/ui_settings_impl.cpp index b2d558225..d1c310fd5 100644 --- a/src/app/settings/ui_settings_impl.cpp +++ b/src/app/settings/ui_settings_impl.cpp @@ -41,7 +41,7 @@ #define DEFAULT_ONIONSKIN_TYPE Onionskin_Merge #define DEFAULT_ONIONSKIN_OPACITY_BASE 68 -#define DEFAULT_ONIONSKIN_OPACITY_STEP 68 +#define DEFAULT_ONIONSKIN_OPACITY_STEP 28 namespace app {