Fix a few icons and add icon theme setting

This commit is contained in:
Veronica Berglyd Olsen
2025-01-08 00:21:08 +01:00
parent 5cc29a7605
commit fa046897dc
4 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class GuiManuscript(NToolDialog):
self.tbAdd.setStyleSheet(buttonStyle)
self.tbAdd.clicked.connect(self._createNewBuild)
self.tbDel = NIconToolButton(self, iSz, "remove")
self.tbDel = NIconToolButton(self, iSz, "remove", "red")
self.tbDel.setToolTip(self.tr("Delete Selected Build"))
self.tbDel.setStyleSheet(buttonStyle)
self.tbDel.clicked.connect(self._deleteSelectedBuild)