Update icons in the GUI

This commit is contained in:
Veronica Berglyd Olsen
2025-01-07 19:19:11 +01:00
parent 8a671dee59
commit b97844512a
25 changed files with 225 additions and 189 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class GuiDictionaries(NNonBlockingDialog):
self.huBrowse = NIconToolButton(self, iSz, "browse")
self.huBrowse.clicked.connect(self._doBrowseHunspell)
self.huImport = QPushButton(self.tr("Add Dictionary"), self)
self.huImport.setIcon(SHARED.theme.getIcon("add"))
self.huImport.setIcon(SHARED.theme.getIcon("add", "green"))
self.huImport.clicked.connect(self._doImportHunspell)
self.huPathBox = QHBoxLayout()