Changeset 573


Ignore:
Timestamp:
12/29/09 14:54:29 (2 years ago)
Author:
octorian
Message:

Moved icon modifier to minimize issues with some of the existing icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/ui/MailboxMessageField.java

    r571 r573  
    163163            graphics.setColor(graphics.getBackgroundColor()); 
    164164            graphics.drawFilledPath( 
    165                     new int[] { 7, 1 + messageIconW, 1 + messageIconW }, 
    166                     new int[] { messageIconY + messageIconH, messageIconY - 6, messageIconY + messageIconH }, 
     165                    new int[] { 1, 11, 1 }, 
     166                    new int[] { 1, 1, messageIconY + messageIconH }, 
    167167                    null, 
    168168                    null); 
Note: See TracChangeset for help on using the changeset viewer.