Make all theme colours actual QColor objects
This commit is contained in:
@@ -343,7 +343,7 @@ class _ProjectListItem(QStyledItemDelegate):
|
||||
|
||||
self._dFont = qApp.font()
|
||||
self._dFont.setPointSizeF(fPt)
|
||||
self._dPen = QPen(QColor(*SHARED.theme.helpText))
|
||||
self._dPen = QPen(SHARED.theme.helpText)
|
||||
|
||||
self._icon = SHARED.theme.getPixmap("proj_nwx", (iPx, iPx))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user