X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=205c95ca95a765670d5386e16345ef176dcdf804;hp=d13c8e197e3bfc917cd0ec697fbdfe72c54a2947;hb=f7449c50675c7e9cc152bb367b3850f3c6310228;hpb=8ad61f4071a69445a6917d214b6592878447ddb1 diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index d13c8e19..205c95ca 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -374,8 +374,8 @@ void MainWindow::setup_ui() run_stop_shortcut_->setAutoRepeat(false); settings_button_ = new QToolButton(); - settings_button_->setIcon(QIcon::fromTheme("configure", - QIcon(":/icons/configure.png"))); + settings_button_->setIcon(QIcon::fromTheme("preferences-system", + QIcon(":/icons/preferences-system.png"))); settings_button_->setToolTip(tr("Settings")); settings_button_->setAutoRaise(true);