uncomment resizing code for localizations post-2.7

This commit is contained in:
Mitchell Livingston
2012-09-26 18:59:34 +00:00
parent ab0a1de8a4
commit 7a3f6e6010
3 changed files with 4 additions and 8 deletions

View File

@@ -95,8 +95,6 @@
[fLocationImageView setImage: nil];
}
#warning enable after 2.7
/*
#warning when 10.7-only, switch to auto layout
[fMagnetLinkLabel sizeToFit];
@@ -154,7 +152,6 @@
[fCancelButton setFrame: cancelButtonFrame];
[fStartCheck sizeToFit];
*/
}
- (void) windowDidLoad