mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor clean-ups.
This commit is contained in:
parent
b95258cb20
commit
6fe9e2db73
8 changed files with 90 additions and 146 deletions
|
|
@ -780,7 +780,7 @@ Icon Project::Item::getIcon() const
|
|||
if (isImageFile())
|
||||
return Icon (icons.imageDoc, Colours::blue);
|
||||
|
||||
return Icon (icons.document, Colours::yellow.darker (1.0f));
|
||||
return Icon (icons.document, Colours::yellow);
|
||||
}
|
||||
else if (isMainGroup())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue