You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
The "Loading models…" progress button shown during Run Analysis uses a hardcoded dark stylesheet (dark background, white text in _mrq_chunk/_mrq_base in widget.py). In Slicer's light theme this renders as a dark block that clashes with the surrounding UI.
Make the progress button respect the active Slicer palette (or provide a light-mode variant) so it looks correct in both light and dark themes.
The "Loading models…" progress button shown during Run Analysis uses a hardcoded dark stylesheet (dark background, white text in
_mrq_chunk/_mrq_baseinwidget.py). In Slicer's light theme this renders as a dark block that clashes with the surrounding UI.Make the progress button respect the active Slicer palette (or provide a light-mode variant) so it looks correct in both light and dark themes.