Skip to content

Commit

Permalink
minor update to pdf. adjusted width of currentPatternSegmentedControl…
Browse files Browse the repository at this point in the history
… to make numbers fit on macOS 10.13
  • Loading branch information
markwheeler committed Jan 16, 2018
1 parent 7886d93 commit ba35aee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sequencer/Document.m
Expand Up @@ -815,7 +815,7 @@ - (void) updateInterfaceToMatchGridSize

// Set the segment width (they're not all the same size!)
int segmentWidth = 22;
if( i > 3 && i < 11 )
if( i > 6 )
segmentWidth ++;
[self.currentPatternSegmentedControl setWidth:segmentWidth forSegment:i];
}
Expand Down Expand Up @@ -1799,4 +1799,4 @@ - (void) swipeBack
[self.sequencer decrementCurrentPageId];
}

@end
@end
Binary file modified Sequencer/Mark Eats Sequencer User Guide.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit ba35aee

Please sign in to comment.