Skip to content

(draft) fix: settings dialog is missing panel colors - #10524

Draft
Rello wants to merge 1 commit into
masterfrom
bugfix/settingsColors
Draft

(draft) fix: settings dialog is missing panel colors#10524
Rello wants to merge 1 commit into
masterfrom
bugfix/settingsColors

Conversation

@Rello

@Rello Rello commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

Problem: the current settings dialog does not render the colours and is white on white
different rendering on different platforms.

Proposal:

  • All settings panels now use platform-native QGroupBox rendering.
  • Navigation always uses the same QGroupBox wrapper.
  • Removed platform-specific panel colors and BACKGROUND_PALETTE.
  • No hardcoded surface colors were introduced.

@kra-mo wdyt? the windows with the frames does not look perfect. but at least its not white/white. it does not use any hard coded colours but the "native" rendering fo the QGroupBox as a kind of compromise

Assisted-by: Codex:GPT-5

macOS:

Bildschirmfoto 2026-08-01 um 10 49 38 Bildschirmfoto 2026-08-01 um 10 49 06

Win:
Bildschirmfoto 2026-08-02 um 11 14 52

- All settings panels now use platform-native QGroupBox rendering.
- Navigation always uses the same QGroupBox wrapper.
- Removed platform-specific panel colors and BACKGROUND_PALETTE.
- No hardcoded surface colors were introduced.

Assisted-by: Codex:GPT-5
Signed-off-by: Rello <github@scherello.de>
@Rello Rello added the design Design, UI, UX, etc. label Aug 2, 2026
@kra-mo

kra-mo commented Aug 3, 2026

Copy link
Copy Markdown
Member

I mean I would definitely not ship Windows like this. The rest looks fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

design Design, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants