style: reduce separator hint deplay to 66
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Successful in 43s
CI / test (3.12) (pull_request) Successful in 1m6s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m7s
CI / test (3.13) (pull_request) Successful in 1m12s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m12s
CI / test-with-coverage (pull_request) Successful in 1m40s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m44s
CI / coverage-analysis (pull_request) Successful in 4s
CI / test (3.14) (pull_request) Successful in 2m17s

This commit is contained in:
2026-08-26 14:31:00 +02:00
parent 6d827a5601
commit 1a166addd3
+1 -1
View File
@@ -118,7 +118,7 @@ BANNER_TAB_GAP = 6
# separator under the cursor fills with SEPARATOR_HINT. The rest/drag gate
# lives in MainWindow.event(); the QSS :hover part picks the one separator.
SEPARATOR_HINT = "rgba(168, 178, 192, 20%)" # scrollbar-track grey @50%
SEPARATOR_HINT_DELAY_MS = 888 # int, used in code, not QSS
SEPARATOR_HINT_DELAY_MS = 66 # int, used in code, not QSS
# Theme-switch screenshot cross-fade duration (int ms, used in code).
THEME_FADE_MS = 250