Printing mails. (#471)
* Implemented printing functionality. * Implemented icon for printing. * Remove debug code.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Wino.Controls
|
||||
{ WinoIconGlyph.Mail, "\uF509" },
|
||||
{ WinoIconGlyph.More, "\uE824" },
|
||||
{ WinoIconGlyph.CustomServer, "\uF509" },
|
||||
|
||||
{ WinoIconGlyph.Print, "\uE954" },
|
||||
{ WinoIconGlyph.Attachment, "\uE723" },
|
||||
{ WinoIconGlyph.SortTextDesc, "\U000F3606" },
|
||||
{ WinoIconGlyph.SortLinesDesc, "\U000F038A" },
|
||||
|
||||
@@ -69,7 +69,8 @@ namespace Wino.Controls
|
||||
Blocked,
|
||||
Message,
|
||||
New,
|
||||
IMAP
|
||||
IMAP,
|
||||
Print
|
||||
}
|
||||
|
||||
public class WinoFontIcon : FontIcon
|
||||
|
||||
Reference in New Issue
Block a user