Skip to content

Commit

Permalink
🎨 Set exit font color to white (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico authored Feb 19, 2022
2 parents 8e32763 + 3e469f5 commit 73931f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyflow/graphics/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ def closeEvent(self, event: QCloseEvent):
msgbox.addButton(QMessageBox.Yes)
msgbox.addButton(QMessageBox.No)
cb = QCheckBox("Never show this again")
cb.setStyleSheet("color: white")
msgbox.setCheckBox(cb)
msgbox.exec()

Expand Down

0 comments on commit 73931f9

Please sign in to comment.