Inconsistent checkbox/indicator styling across preferences #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Two different checkbox visual styles appear in the preferences dialog:
QCheckBoxinstances (e.g., Tree View, Overlay, Document options)QGroupBox::indicatoron checkable group boxes (e.g., "Enable Notification Area", "Enable Pop-Up Notifications")Radio buttons on the Help page also use a third style (hollow circles) that doesn't match either checkbox variant.
Proposed Fix
Normalize all indicator styles in the stylesheet:
Pick one style (filled square is more visible on dark backgrounds) and apply it uniformly.
Component: Stylesheet (
resources/preferences/)