forked from qt-creator/qt-creator
Core: Better warning/error/info icons on non-toolbars
The warning/error/info with shadow and transparent mark work well on our toolbars but not anywhere else. This patch creates a separate set of these icons with better contrast, filled marks and no shadow. Change-Id: I96787753dffd80b325336f0adc8e3be054c34618 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -265,7 +265,7 @@ TaskWindow::TaskWindow() : d(new TaskWindowPrivate)
|
||||
d->m_listview->setContextMenuPolicy(Qt::ActionsContextMenu);
|
||||
|
||||
d->m_filterWarningsButton = createFilterButton(
|
||||
Core::Icons::WARNING.icon(),
|
||||
Core::Icons::WARNING_TOOLBAR.icon(),
|
||||
tr("Show Warnings"), this, [this](bool show) { setShowWarnings(show); });
|
||||
|
||||
d->m_categoriesButton = new QToolButton;
|
||||
|
||||
Reference in New Issue
Block a user