зеркало из https://github.com/nextcloud/desktop.git
SharedDialog: Fix the delete icon on windows and mac (#3737)
This commit is contained in:
Родитель
6e42405113
Коммит
ef915fb2e5
|
@ -21,5 +21,6 @@
|
|||
<file>resources/lock-https@2x.png</file>
|
||||
<file>resources/account.png</file>
|
||||
<file>resources/more.png</file>
|
||||
<file>resources/delete.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 243 B |
|
@ -205,6 +205,9 @@ ShareWidget::ShareWidget(QSharedPointer<Share> share,
|
|||
|
||||
connect(share.data(), SIGNAL(permissionsSet()), SLOT(slotPermissionsSet()));
|
||||
connect(share.data(), SIGNAL(shareDeleted()), SLOT(slotShareDeleted()));
|
||||
|
||||
_ui->deleteShareButton->setIcon(QIcon::fromTheme(QLatin1String("user-trash"),
|
||||
QIcon(QLatin1String(":/client/resources/delete.png"))));
|
||||
}
|
||||
|
||||
void ShareWidget::on_deleteShareButton_clicked()
|
||||
|
|
Загрузка…
Ссылка в новой задаче