I'm using Dark theme, most of the text have the correct (light) color, but Rating and Colour Label in Info panel has a black color. The same items in the Categories Filter on the left have the correct colors.
Is it possible to change it somehow - or just use the same color as other info in the Info - Properties panel?
Dark theme - Text color for Rating and Colour Label
Moderators: helmut, XnTriq, xnview
Dark theme - Text color for Rating and Colour Label
- Attachments
-
- Screenshot_03312017_002033.png (45.62 KiB) Viewed 647 times
Dreamer
Re: Dark theme - Text color for Rating and Colour Label
<!--// edit //
This seems to do the trick:
// edit //-->
This seems to do the trick:
Code: Select all
QTreeView {
color: rgb(220, 220, 220);
}
QTreeView QComboBox {
color: rgb(0, 0, 0);
}