From 66fc63df47cd6714ca8ff034ae3f54de5ef58ea9 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 26 Aug 2009 19:00:50 +0000 Subject: [Author: thomasvl] Not sure what I was thinking, sizes are CGFloats and it couldn't be unsigned since the height to grow or shrink... R=stuartmorgan DELTA=2 (0 added, 0 deleted, 2 changed) --- AppKit/GTMUILocalizerAndLayoutTweaker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AppKit/GTMUILocalizerAndLayoutTweaker.h') diff --git a/AppKit/GTMUILocalizerAndLayoutTweaker.h b/AppKit/GTMUILocalizerAndLayoutTweaker.h index 6562243..2244cfe 100644 --- a/AppKit/GTMUILocalizerAndLayoutTweaker.h +++ b/AppKit/GTMUILocalizerAndLayoutTweaker.h @@ -44,7 +44,7 @@ // can get really wide. This method will keep the width fixed, but figure out // how tall the textfield needs to be to fit its text. // Returns the amount the field changed height. -+ (NSUInteger)sizeToFitFixedWidthTextField:(NSTextField *)textField; ++ (CGFloat)sizeToFitFixedWidthTextField:(NSTextField *)textField; @end -- cgit v1.2.3