trivial changes

This commit is contained in:
Mitchell Livingston
2008-09-07 16:08:29 +00:00
parent 389439e552
commit 5b2f63e781
5 changed files with 17 additions and 16 deletions

View File

@@ -47,7 +47,7 @@
{
[fButton setTitle: NSLocalizedString(@"Cancel", "Blocklist -> cancel button")];
float oldWidth = [fButton frame].size.width;
CGFloat oldWidth = [fButton frame].size.width;
[fButton sizeToFit];
NSRect buttonFrame = [fButton frame];
buttonFrame.size.width += 12.0; //sizeToFit sizes a bit too small