ui: Scrollbar and dock widget separator style

* defined scrollbar style for Windows and Linux
* defined dock widget separator width and color
* some style fixes on linux
This commit is contained in:
Eberhard Graether
2017-11-25 23:06:47 +01:00
parent bfc7a55f70
commit 506bf8ed6f
14 changed files with 126 additions and 48 deletions
+1 -4
View File
@@ -228,10 +228,6 @@ void Application::refreshProject(bool force)
if (indexing)
{
m_storageCache->clear();
if (m_hasGUI)
{
m_componentManager->refreshViews();
}
}
}
}
@@ -309,6 +305,7 @@ void Application::handleMessage(MessageRefresh* message)
if (m_hasGUI)
{
m_mainView->refreshView();
m_componentManager->refreshViews();
}