编辑操作中的”删除“图标显示错误[LINK]118517

This commit is contained in:
like 2022-05-12 15:41:16 +08:00 committed by Yue-Lan
parent 217fc0eb06
commit b739a878eb
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ OperationMenuEditWidget::OperationMenuEditWidget(MainWindow *window, QWidget *pa
auto trash = new QToolButton(this);
m_trash = trash;
trash->setFixedSize(QSize(40, 40));
trash->setIcon(QIcon::fromTheme("ukui-user-trash"));
trash->setIcon(QIcon::fromTheme("edit-delete-symbolic"));
trash->setIconSize(QSize(16, 16));
trash->setAutoRaise(false);
trash->setToolTip(tr("trash"));