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

@@ -51,6 +51,8 @@
[super dealloc];
}
#warning enable after 2.7
/*
- (void) awakeFromNib
{
#warning remove when 10.7-only with auto layout
@@ -91,7 +93,7 @@
frame.size.width -= widthIncrease;
[field setFrame: frame];
}
}
}*/
- (void) setInfoForTorrents: (NSArray *) torrents
{