forked from qt-creator/qt-creator
Make task details visible by default
It used to hide to bottom part of the vertical scrollbar of editors, but it moved a bit to the left. It will still hide some UI, but the issue is probably less ugly now, and can still be turned off by users. Change-Id: I9522658f658300212cd205f9e07b165b2dd393f8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -292,7 +292,7 @@ void ProgressManagerPrivate::readSettings()
|
||||
{
|
||||
QSettings *settings = ICore::settings();
|
||||
settings->beginGroup(QLatin1String(kSettingsGroup));
|
||||
m_progressViewPinned = settings->value(QLatin1String(kDetailsPinned), false).toBool();
|
||||
m_progressViewPinned = settings->value(QLatin1String(kDetailsPinned), true).toBool();
|
||||
settings->endGroup();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user