Reduce alpha of sub-text
This commit is contained in:
committed by
craig.p.drummond
parent
3006814b1e
commit
9780da2158
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user