Updated Qt Creator application logos

The leaf does not have a white border, anymore. The .ico and
.icns files now have a shadow.

Task-number: QTCREATORBUG-13359
Change-Id: Iebdc6aefb36592333f1d76cd28a407a121318bb6
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Alessandro Portale
2014-11-19 16:43:16 +01:00
parent 4e3435a5cf
commit b04313e14c
12 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ MainWindow::MainWindow() :
Utils::HistoryCompleter::setSettings(PluginManager::settings());
setWindowTitle(tr("Qt Creator"));
if (!Utils::HostOsInfo::isMacHost())
if (Utils::HostOsInfo::isLinuxHost())
QApplication::setWindowIcon(QIcon(QLatin1String(Constants::ICON_QTLOGO_128)));
QCoreApplication::setApplicationName(QLatin1String("QtCreator"));
QCoreApplication::setApplicationVersion(QLatin1String(Core::Constants::IDE_VERSION_LONG));