diff --git a/src/qtcurve/common/config_file.c b/src/qtcurve/common/config_file.c index 17fd333890..328627e2c9 100644 --- a/src/qtcurve/common/config_file.c +++ b/src/qtcurve/common/config_file.c @@ -2561,7 +2561,13 @@ void qtcDefaultSettings(Options *opts) opts->shadeMenubarOnlyWhenActive=false; opts->thin=THIN_BUTTONS; opts->tbarBtns=TBTN_STANDARD; +#ifdef _WIN32 + opts->scrollbarType=SCROLLBAR_WINDOWS; +#elif defined __APPLE__ + opts->scrollbarType=SCROLLBAR_NONE; +#else opts->scrollbarType=SCROLLBAR_KDE; +#endif opts->buttonEffect=EFFECT_SHADOW; opts->focus=FOCUS_GLOW; opts->lvButton=false;