mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Settled with RelaxLight icon set.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user