#6037: Fix global options popover layout (patch by mattrajca, with small adjustments and for all languages)

This commit is contained in:
Mike Gelfand
2015-12-27 01:48:27 +00:00
parent 3523277e7f
commit 33d05a71f8
11 changed files with 1060 additions and 557 deletions

View File

@@ -45,6 +45,8 @@
[fRatioStopField setFloatValue: [fDefaults floatForKey: @"RatioLimit"]];
[fIdleStopField setIntegerValue: [fDefaults integerForKey: @"IdleLimitMinutes"]];
[[self view] setFrameSize: [[self view] fittingSize]];
}
- (IBAction) updatedDisplayString: (id) sender