* Headers/AppKit/NSBrowser.h

* Headers/AppKit/NSFontPanel.h
        * Headers/AppKit/NSMatrix.h
        * Headers/AppKit/NSTableView.h
        * Source/NSBrowser.m
        * Source/NSFontPanel.m
        * Source/NSMatrix.m: Small fixes to last change.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-01-30 22:13:32 +00:00
parent 40fb48e5de
commit 1aa1803744
8 changed files with 84 additions and 28 deletions

View file

@ -1471,10 +1471,10 @@ static NSTextFieldCell *titleCell;
/** <p>Returns the height of column titles. The Nextish look returns 21.</p>
*/
- (float) titleHeight
- (CGFloat) titleHeight
{
// Nextish look requires 21 here
return 21;
return 21.0;
}
/** <p>Returns the bounds of the title frame for the column at index column.
@ -1492,7 +1492,7 @@ static NSTextFieldCell *titleCell;
{
// Number of columns over from the first
NSInteger nbColumn = column - _firstVisibleColumn;
NSInteger titleHeight = [self titleHeight];
CGFloat titleHeight = [self titleHeight];
NSRect rect;
// Calculate origin