Cabana: 'edit-find' icon is not avaible on some platforms (#26561)

Fixed edit-find icon is not avaible on some platforms
old-commit-hash: de443d30b3
taco
Dean Lee 3 years ago committed by GitHub
parent b902c26c6f
commit 7dbeb8ebe1
  1. 2
      tools/cabana/signaledit.cc

@ -95,7 +95,7 @@ SignalEdit::SignalEdit(int index, QWidget *parent) : form_idx(index), QWidget(pa
plot_btn->setAutoRaise(true);
title_layout->addWidget(plot_btn);
auto seek_btn = new QToolButton(this);
seek_btn->setIcon(QIcon::fromTheme("edit-find"));
seek_btn->setText("🔍");
seek_btn->setAutoRaise(true);
seek_btn->setToolTip(tr("Find signal values"));
title_layout->addWidget(seek_btn);

Loading…
Cancel
Save