Settled with RelaxLight icon set.

This commit is contained in:
Ernie Pasveer
2022-02-09 11:59:14 -06:00
parent 67a41d605b
commit 5e458cd152
92 changed files with 263 additions and 122 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ SeerSourceLibraryManagerWidget::SeerSourceLibraryManagerWidget (QWidget* parent)
tabWidget->addTab(_sharedLibraryBrowserWidget, "Libraries");
QToolButton* refreshToolButton = new QToolButton(tabWidget);
refreshToolButton->setIcon(QIcon(":/seer/resources/Adwaita/view-refresh.png"));
refreshToolButton->setIcon(QIcon(":/seer/resources/RelaxLightIcons/view-refresh.svg"));
refreshToolButton->setToolTip("Refresh the source/libraries information.");
tabWidget->setCornerWidget(refreshToolButton, Qt::TopRightCorner);