build: Fixes for release

* show custom icon for size grip
* add small margin at bottom of windows to show full shadow on Windows
* remove color_scheme_test keyword from autocompletions
* commented failing vs solution parser tests
This commit is contained in:
Eberhard Graether
2016-07-07 12:25:20 +02:00
parent b683d7b2d6
commit e604c3b025
5 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ PersistentStorage::PersistentStorage(const FilePath& dbPath)
{
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_ALL)));
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_ERROR)));
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_COLOR_SCHEME_TEST)));
// m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_COLOR_SCHEME_TEST)));
m_commandIndex.finishSetup();
}