update some floats to CGFloats; append "f" to some float constants

This commit is contained in:
Mitchell Livingston
2008-10-25 21:34:30 +00:00
parent 46f80eb754
commit 99982b55a8
6 changed files with 84 additions and 83 deletions

View File

@@ -53,7 +53,7 @@ AboutWindowController * fAboutBoxInstance = nil;
[fLicenseButton sizeToFit];
NSRect buttonFrame = [fLicenseButton frame];
buttonFrame.size.width += 10.0;
buttonFrame.size.width += 10.0f;
buttonFrame.origin.x -= buttonFrame.size.width - oldButtonWidth;
[fLicenseButton setFrame: buttonFrame];
}