Hide scrollbars in editors by default.

This commit is contained in:
Alex 2023-02-11 16:39:09 +03:00
parent e066454c61
commit 822d7af4b7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ COMMON_SETTINGS::COMMON_SETTINGS() :
#endif
m_params.emplace_back( new PARAM<bool>( "appearance.show_scrollbars",
&m_Appearance.show_scrollbars, true ) );
&m_Appearance.show_scrollbars, false ) );
m_params.emplace_back( new PARAM<double>( "appearance.hicontrast_dimming_factor",
&m_Appearance.hicontrast_dimming_factor, 0.8f ) );