1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

fix dark mode (#794)

This commit is contained in:
Alex Xu
2024-12-30 20:16:11 -08:00
committed by GitHub
parent 0a4ef31daf
commit 5875508597
4 changed files with 3 additions and 4 deletions

View File

@@ -689,7 +689,6 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
# We still fill original text field with transparent content to trigger creation of horizontal scrollbar
item.setForeground(QtGui.QColor('transparent'))
label = QtWidgets.QLabel(message)
label.setStyleSheet('background-image:url('');background-color:rgba(0,0,0,0);color:rgb(0,0,0);')
label.setOpenExternalLinks(True)
GUI.jobList.addItem(item)
GUI.jobList.setItemWidget(item, label)