#405: make the pickers a bit more compact

This commit is contained in:
Cameron Kaiser 2018-08-09 21:47:49 -07:00
parent 86bc80d50b
commit 8403e67e7b
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@
{
NSWindow *window = [self window];
NSView *content = [window contentView];
float padding = 14.0f;
float padding = 10.0f;
NSArray *subviews = [content subviews];
NSEnumerator *en = [subviews objectEnumerator];

View File

@ -245,7 +245,7 @@
{
NSWindow *window = [self window];
NSView *content = [window contentView];
float padding = 14.0f;
float padding = 10.0f;
NSArray *subviews = [content subviews];
NSEnumerator *en = [subviews objectEnumerator];