Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
flake8 format
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Jun 13, 2023
1 parent 8f61372 commit ba5e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_tests/ui_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RUNNING_ON_WINDOWS = sys.platform.startswith("win")

RED_BACKGROUND = "{ background-color: #f6989d }"
WHITE_BACKGROUND = "{ background-color: #333333 }" # no longer white
WHITE_BACKGROUND = "{ background-color: #333333 }" # no longer white
LINE_EDIT = "QLineEdit "
SPIN_BOX = "QSpinBox "
RED_LINE_EDIT_STYLE_SHEET = LINE_EDIT + RED_BACKGROUND
Expand Down

0 comments on commit ba5e2c1

Please sign in to comment.