Reduce alpha of sub-text

This commit is contained in:
craig.p.drummond
2014-05-15 11:14:12 +00:00
committed by craig.p.drummond
parent 3006814b1e
commit 9780da2158

View File

@@ -115,7 +115,7 @@ static const int constDevImageSize=32;
static inline double subTextAlpha(bool selected)
{
return selected ? 0.7 : 0.6;
return selected ? 0.7 : 0.5;
}
class ListDelegate : public ActionItemDelegate