Add length icon

This commit is contained in:
Gregory Casamento 2021-06-04 15:21:42 -04:00 committed by Gregory John Casamento
parent d9ccbbb007
commit aaa071bf37
3 changed files with 4 additions and 3 deletions

View file

@ -131,7 +131,7 @@ int defaultNumberFormatIndex = 0;
toolTip: @"Measurement"];
[self placeFormatter: [[NSLengthFormatter alloc] init]
withImageNamed: @"date_comp_formatter"
withImageNamed: @"length_formatter"
atRect: NSMakeRect(0, 96, 43, 43)
inView: contents
toolTip: @"Length"];

View file

@ -1,8 +1,8 @@
# GNUmakefile
#
# Copyright (C) 1999 Free Software Foundation, Inc.
# Copyright (C) 1999, 2021 Free Software Foundation, Inc.
#
# Author: Laurent Julliard <laurent@julliard-online.org>
# Author: Gregory Casamento <greg.casamento@gmail.com>
# Date: Nov 2001
#
# This file is part of GNUstep.
@ -37,6 +37,7 @@ PALETTE_NAME = 5Formatters
energy_formatter.tiff \
measurement_formatter.tiff \
date_interval_formatter.tiff \
length_formatter.tiff \
palette.table
5Formatters_STANDARD_INSTALL = no

Binary file not shown.