Added HighContrast icons instead of from current them.

This commit is contained in:
Ernie Pasveer
2022-02-09 09:48:53 -06:00
parent 82406284e2
commit 6b3a86e105
37 changed files with 188 additions and 137 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ SeerStackManagerWidget::SeerStackManagerWidget (QWidget* parent) : QWidget(paren
tabWidget->addTab(_stackLocalsBrowserWidget, "Locals");
QToolButton* refreshToolButton = new QToolButton(tabWidget);
refreshToolButton->setIcon(QIcon::fromTheme("view-refresh"));
refreshToolButton->setIcon(QIcon(":/seer/resources/HighContrast/view-refresh.png"));
refreshToolButton->setToolTip("Refresh the stack information.");
tabWidget->setCornerWidget(refreshToolButton, Qt::TopRightCorner);