diff --git a/ui_tests/ui_test_utils.py b/ui_tests/ui_test_utils.py index 6805d9348..522df0f51 100644 --- a/ui_tests/ui_test_utils.py +++ b/ui_tests/ui_test_utils.py @@ -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