mirror of https://gitee.com/openkylin/peony.git
编辑操作中的”删除“图标显示错误[LINK]118517
This commit is contained in:
parent
217fc0eb06
commit
b739a878eb
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue