0000457: Fails to remember toolbar icon size

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5082 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-10-31 10:17:12 +00:00
parent f76482bfe6
commit b2748ea427

View File

@ -1558,7 +1558,7 @@ void Application::runApplication(void)
// set toolbar icon size
ParameterGrp::handle hGrp = WindowParameter::getDefaultParameter()->GetGroup("General");
int size = hGrp->GetInt("ToolbarIconSize", 0);
if (size > 16) // must not be lower than this
if (size >= 16) // must not be lower than this
mw.setIconSize(QSize(size,size));
// init the Inventor subsystem