mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
don't do layout in code until localizations are updated in 2.8
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user