Skip to content

Commit

Permalink
#405: make the pickers a bit more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Aug 10, 2018
1 parent 86bc80d commit 8403e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/cocoa/nsDatePicker.mm
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ - (void)_addDatePickersToAlert
{
NSWindow *window = [self window];
NSView *content = [window contentView];
float padding = 14.0f;
float padding = 10.0f;

NSArray *subviews = [content subviews];
NSEnumerator *en = [subviews objectEnumerator];
Expand Down
2 changes: 1 addition & 1 deletion widget/cocoa/nsTimePicker.mm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ - (void)_addDatePickersToAlert
{
NSWindow *window = [self window];
NSView *content = [window contentView];
float padding = 14.0f;
float padding = 10.0f;

NSArray *subviews = [content subviews];
NSEnumerator *en = [subviews objectEnumerator];
Expand Down

0 comments on commit 8403e67

Please sign in to comment.