1
0
Fork 0
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:
jules 2012-07-10 11:50:17 +01:00
parent b95258cb20
commit 6fe9e2db73
8 changed files with 90 additions and 146 deletions

View file

@ -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())
{