aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerAndLayoutTweaker.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-08-26 19:00:50 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-08-26 19:00:50 +0000
commit66fc63df47cd6714ca8ff034ae3f54de5ef58ea9 (patch)
tree32a75c26828f5ce26826b2e888c3108e0b5c10b4 /AppKit/GTMUILocalizerAndLayoutTweaker.h
parent7f764065e4d7a0801ecf13741054c6e7fa1e71eb (diff)
[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)
Diffstat (limited to 'AppKit/GTMUILocalizerAndLayoutTweaker.h')
-rw-r--r--AppKit/GTMUILocalizerAndLayoutTweaker.h2
1 files changed, 1 insertions, 1 deletions
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