mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
update some floats to CGFloats; append "f" to some float constants
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user