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
Moderator: xnview
-
Dreamer
- XnThusiast
- Posts: 4608
- Joined: Sun Jul 25, 2004 9:08 pm
Dark theme - Text color for Rating and Colour Label
You do not have the required permissions to view the files attached to this post.
Dreamer
-
XnTriq
- Forum Librarian
- Posts: 6563
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
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);
}