AddonManager: fixed iconless button

This commit is contained in:
Yorik van Havre
2019-03-11 17:29:40 -03:00
parent 568faf67a0
commit 6323069cbb

View File

@@ -238,7 +238,7 @@ class AddonsInstaller(QtGui.QDialog):
self.horizontalLayout.addWidget(self.buttonExecute)
self.buttonCheck = QtGui.QPushButton()
icon = QtGui.QIcon.fromTheme("reload")
icon = QtGui.QIcon.fromTheme("reload",QtGui.QIcon(":/icons/view-refresh.svg"))
self.buttonCheck.setIcon(icon)
self.horizontalLayout.addWidget(self.buttonCheck)
self.buttonCheck.hide()