* ColorPickers/GSColorSliderCell.m

more float -> CGFloat transitions

like the one before, OK Fred



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sebastian Reitenbach 2013-03-02 18:07:47 +00:00
parent 1bda279897
commit 63aa317bd8
2 changed files with 3 additions and 1 deletions

View file

@ -186,7 +186,7 @@
[self drawKnob];
}
- (float) knobThickness
- (CGFloat) knobThickness
{
return KNOB_WIDTH;
}