summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-12-06 13:55:12 -0500
committerBradley Sepos <[email protected]>2017-12-06 13:55:18 -0500
commite9920b1c7ac02ef0959eb51846df228e46405201 (patch)
tree63deafb490faffbb65484c4ee8ecb9edc21906ed /macosx
parent2a110298e172e9968fabae57fdeb1f461899e7db (diff)
mac: Widen popover to show all official presets without clipping.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index 0521e86ae..a048778ac 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -259,7 +259,7 @@
self.presetsPopover = [[NSPopover alloc] init];
self.presetsPopover.contentViewController = fPresetsView;
- self.presetsPopover.contentSize = NSMakeSize(230, 580);
+ self.presetsPopover.contentSize = NSMakeSize(280, 580);
self.presetsPopover.animates = YES;
// AppKit will close the popover when the user interacts with a user interface element outside the popover.