mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Add length icon
This commit is contained in:
parent
d9ccbbb007
commit
aaa071bf37
3 changed files with 4 additions and 3 deletions
|
@ -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"];
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
Palettes/5Formatters/length_formatter.tiff
Normal file
BIN
Palettes/5Formatters/length_formatter.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue