Icon tweaks and cleanup
- Color-unranked icons tweaked for lighter themes, closes #4704 - Star-unranked icons smaller to increase contrast, #4469 - Deleted old icons which snuck back in with the ICC geneartor merge.
This commit is contained in:
@@ -49,7 +49,7 @@ FileThumbnailButtonSet::FileThumbnailButtonSet (FileBrowserEntry* myEntry)
|
||||
unTrashIcon = RTImage::createFromPng ("trash-remove-small.png");
|
||||
processIcon = RTImage::createFromPng ("gears-small.png");
|
||||
|
||||
colorLabelIcon_0 = RTImage::createFromPng ("circle-empty-gray-small.png"); //("nocolorlabel.png");
|
||||
colorLabelIcon_0 = RTImage::createFromPng ("circle-empty-gray-small.png");
|
||||
colorLabelIcon_1 = RTImage::createFromPng ("circle-red-small.png");
|
||||
colorLabelIcon_2 = RTImage::createFromPng ("circle-yellow-small.png");
|
||||
colorLabelIcon_3 = RTImage::createFromPng ("circle-green-small.png");
|
||||
|
Reference in New Issue
Block a user