mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Add measurement formatter
This commit is contained in:
parent
37273d3b25
commit
39a43fc8ab
2 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,7 @@ int defaultNumberFormatIndex = 0;
|
|||
toolTip: @"Energy"];
|
||||
|
||||
[self placeFormatter: [[NSMeasurementFormatter alloc] init]
|
||||
withImageNamed: @"date_comp_formatter"
|
||||
withImageNamed: @"measurement_formatter"
|
||||
atRect: NSMakeRect(0, 48, 43, 43)
|
||||
inView: contents
|
||||
toolTip: @"Measurement"];
|
||||
|
|
|
@ -35,6 +35,7 @@ PALETTE_NAME = 5Formatters
|
|||
bytecount_formatter.tiff \
|
||||
date_comp_formatter.tiff \
|
||||
energy_formatter.tiff \
|
||||
measurement_formatter.tiff \
|
||||
palette.table
|
||||
|
||||
5Formatters_STANDARD_INSTALL = no
|
||||
|
|
Loading…
Reference in a new issue