mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Add energy formatter icon
This commit is contained in:
parent
b20ae8c30b
commit
37273d3b25
3 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
Palettes/5Formatters/energy_formatter.tiff
Normal file
BIN
Palettes/5Formatters/energy_formatter.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue