fix: standardize panel heading styles and prevent clipping #211
Reference in New Issue
Block a user
Delete Branch "fix/panel-heading-styles"
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?
Fixes #198, fixes #199
Problem
Panel heading styles are inconsistent: QDockWidget titles ("Tasks") are centered and subtle, while ActionGroup headers ("Activate") are bold and left-aligned. Section titles also clip in narrow panels.
Fix
font-weight: boldandtext-align: leftto match ActionGroup header stylemin-width: 0to prevent title text from being clipped when the panel is narrowApplied to both QSS copies (src/Gui/Stylesheets and resources/preferences).