mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-10-31 15:05:46 +00:00
#405: make the pickers a bit more compact
This commit is contained in:
parent
86bc80d50b
commit
8403e67e7b
@ -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];
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user