don't do layout in code until localizations are updated in 2.8

This commit is contained in:
Mitchell Livingston
2012-10-19 03:52:59 +00:00
parent 02879f7d5a
commit b2b1aeb282
4 changed files with 11 additions and 4 deletions

View File

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