mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 21:53:42 +00:00
uncomment resizing code for localizations post-2.7
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(updateOptionsNotification:) name: @"UpdateOptionsNotification" object: nil];
|
||||
|
||||
#warning remove when 10.7-only with auto layout
|
||||
/*const CGFloat padding = 6.0; //this shows as 8 in IB
|
||||
const CGFloat padding = 6.0; //this shows as 8 in IB
|
||||
[fPrioritySectionLabel sizeToFit];
|
||||
[fPriorityLabel sizeToFit];
|
||||
NSRect priorityPopUpFrame = [fPriorityPopUp frame];
|
||||
@@ -128,7 +128,7 @@
|
||||
[fPeersConnectLabel sizeToFit];
|
||||
NSRect peersConnectLabelFrame = [fPeersConnectLabel frame];
|
||||
peersConnectLabelFrame.origin.x = NSMaxX(peersConnectFrame) + padding;
|
||||
[fPeersConnectLabel setFrame: peersConnectLabelFrame];*/
|
||||
[fPeersConnectLabel setFrame: peersConnectLabelFrame];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
|
||||
Reference in New Issue
Block a user