Page 1 of 1

Dark theme - Text color for Rating and Colour Label

Posted: Thu Mar 30, 2017 10:45 pm
by Dreamer
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?

Re: Dark theme - Text color for Rating and Colour Label

Posted: Fri Mar 31, 2017 1:00 am
by XnTriq
<!--// edit //

This seems to do the trick:

Code: Select all

QTreeView {
color: rgb(220, 220, 220);
}
QTreeView QComboBox {
color: rgb(0, 0, 0);
}
// edit //-->