Bug 400968

Summary: Wrong axes labels color on dark themes
Product: [Applications] LabPlot2 Reporter: mikhailru <mike.rudenko>
Component: backendAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: latest   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 2.6
Sentry Crash Report:
Attachments: wrong axes color

Description mikhailru 2018-11-12 15:26:54 UTC
Created attachment 116262 [details]
wrong axes color

SUMMARY
The color of default plot axes labels is taken from the theme. This results in the labels being barely visible when using dark Qt theme (e.g. Breeze Dark).


STEPS TO REPRODUCE
0. Set color theme to Breeze Dark
1. Create new project, new spreadsheet
2. "Generate data -> row numbers" on both columns
3. "Plot data -> xy-Curve"

OBSERVED RESULT
Axes labels color is wrong (see attached screenshot).

EXPECTED RESULT
Axes labels should be black.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2
Comment 1 mikhailru 2018-11-14 15:03:07 UTC
Patch available on phabricator: https://phabricator.kde.org/D16839 .