Fixed height of image views in outline view and entry table

Added sub to display expired entries (uses the flag not the date for testing)
This commit is contained in:
michael starke
2014-03-18 00:33:37 +01:00
parent 1d823af4b9
commit c165d02c38
6 changed files with 34 additions and 17 deletions

View File

@@ -48,6 +48,8 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconCreated,
MPIconAddEntry,
MPIconContextTriangle,
MPIconExpiredEntry,
MPIconExpiredGroup,
};
/**