mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
Cabana: 'edit-find' icon is not avaible on some platforms (#26561)
Fixed edit-find icon is not avaible on some platforms old-commit-hash: de443d30b37aa5d8b15c94749399d836155bcf60
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user