mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
Stupid mistake.
This commit is contained in:
parent
5b6db40627
commit
431063d476
1 changed files with 2 additions and 3 deletions
|
@ -424,9 +424,8 @@
|
|||
else
|
||||
[window setFrame: frame display: YES];
|
||||
|
||||
NSSize windowSize = NSMakeSize(MIN_WINDOW_WIDTH, frame.size.height);
|
||||
[window setMinSize: windowSize];
|
||||
[window setMaxSize: windowSize];
|
||||
[window setMinSize: NSMakeSize(MIN_WINDOW_WIDTH, frame.size.height)];
|
||||
[window setMaxSize: NSMakeSize(MAX_WINDOW_WIDTH, frame.size.height)];
|
||||
}
|
||||
|
||||
- (void) setNextTab
|
||||
|
|
Loading…
Reference in a new issue