| Summary: | The notes column has a black background regardless what colours are set in the theme. | ||
|---|---|---|---|
| Product: | [Applications] Marknote | Reporter: | Chris Hale <chrishale.ca> |
| Component: | General | Assignee: | mbruchert <mbb> |
| Status: | RESOLVED LATER | ||
| Severity: | minor | CC: | carl, elijaharagonmorgan, mbb |
| Priority: | NOR | ||
| Version First Reported In: | 1.3.0 | ||
| Target Milestone: | --- | ||
| Platform: | KDE Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
The notes column is black no matter what theme is used
The fixed file, to stop the black background bug. |
||
|
Description
Chris Hale
2025-12-24 05:55:51 UTC
Confirmed for latest version of marknote running on arch rolling. KDE 6.5.4. Is this a bug or a request? The column should at least be grey. This is a bug I was able to fix the column locally but I've never pushed a change through git before and I didn't think my change was correct. If you want, send the commit code here for one of us to check first or just go for it. How Okeedokee, I'll hold off doing a commit and let you integetrate this change here's the info and i'll attach the changed file if I can. File: src/qml/NotesPage.qml Line ~26 — page background Lines ~414–418 — Delegates.RoundedItemDelegate theme block (the actual fix) Line ~23 — now-unused property color backgroundColor Those are the only lines that changed for the fix. Created attachment 187958 [details]
The fixed file, to stop the black background bug.
|