mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:21:16 +00:00
* 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:
parent
f5f233857e
commit
a2d4ecefe9
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
* Source/NSMenuItemCell.m
|
* Source/NSMenuItemCell.m
|
||||||
* Headers/AppKit/NSMenuItemCell.h
|
* Headers/AppKit/NSMenuItemCell.h
|
||||||
float -> CGFloat transitions
|
float -> CGFloat transitions
|
||||||
|
* ColorPickers/GSColorSliderCell.m
|
||||||
|
more float -> CGFloat transitions
|
||||||
|
|
||||||
2013-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
2013-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -186,7 +186,7 @@
|
||||||
[self drawKnob];
|
[self drawKnob];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (float) knobThickness
|
- (CGFloat) knobThickness
|
||||||
{
|
{
|
||||||
return KNOB_WIDTH;
|
return KNOB_WIDTH;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue