Add energy formatter icon

This commit is contained in:
Gregory Casamento 2021-06-04 14:46:18 -04:00 committed by Gregory John Casamento
parent b20ae8c30b
commit 37273d3b25
3 changed files with 2 additions and 1 deletions

View file

@ -119,7 +119,7 @@ int defaultNumberFormatIndex = 0;
toolTip: @"Date Interval"];
[self placeFormatter: [[NSPersonNameComponentsFormatter alloc] init]
withImageNamed: @"date_comp_formatter"
withImageNamed: @"energy_formatter"
atRect: NSMakeRect(48, 48, 43, 43)
inView: contents
toolTip: @"Energy"];

View file

@ -34,6 +34,7 @@ PALETTE_NAME = 5Formatters
5Formatters_RESOURCE_FILES = FormattersPalette.tiff \
bytecount_formatter.tiff \
date_comp_formatter.tiff \
energy_formatter.tiff \
palette.table
5Formatters_STANDARD_INSTALL = no

Binary file not shown.