SharedDialog: Fix the delete icon on windows and mac (#3737)

Esse commit está contido em:
Olivier Goffart
2015-11-17 10:40:45 +01:00
commit ef915fb2e5
3 arquivos alterados com 4 adições e 0 exclusões
+1
Ver Arquivo
@@ -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>
Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 243 B

+3
Ver Arquivo
@@ -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()