fix: standardize panel heading styles and prevent clipping #211

Merged
forbes merged 1 commits from fix/panel-heading-styles into main 2026-02-14 19:17:05 +00:00
Owner

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

  • QDockWidget::title: Add font-weight: bold and text-align: left to match ActionGroup header style
  • ActionLabel header: Add min-width: 0 to prevent title text from being clipped when the panel is narrow

Applied to both QSS copies (src/Gui/Stylesheets and resources/preferences).

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 - **QDockWidget::title**: Add `font-weight: bold` and `text-align: left` to match ActionGroup header style - **ActionLabel header**: Add `min-width: 0` to prevent title text from being clipped when the panel is narrow Applied to both QSS copies (src/Gui/Stylesheets and resources/preferences).
forbes added 1 commit 2026-02-14 19:16:00 +00:00
fix: standardize panel heading styles and prevent clipping (#198, #199)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
48f5cc9311
- QDockWidget::title: add font-weight bold and text-align left to
  match ActionGroup header style
- ActionLabel header: add min-width 0 to prevent title clipping
  in narrow panels

Applied to both src/Gui/Stylesheets and resources/preferences copies.
forbes merged commit be0f8128ec into main 2026-02-14 19:17:05 +00:00
forbes deleted branch fix/panel-heading-styles 2026-02-14 19:17:05 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#211