Skip to content

Commit

Permalink
fixed width of tuning fundamental CB for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dantrueman committed Jan 28, 2019
1 parent 487c29d commit 2b78e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bk_JUCE/bitKlavier/Source/TuningViewController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void TuningViewController::resized()
adaptiveSystemsCB.setBounds(modeSlice.removeFromLeft(modeSlice.getWidth() / 3.));
modeSlice.removeFromLeft(gXSpacing);
//scaleCB.setBounds(modeSlice.removeFromLeft(modeSlice.getWidth() / 2.));
scaleCB.setBounds(modeSlice.removeFromLeft(2. * modeSlice.getWidth() / 3.));
scaleCB.setBounds(modeSlice.removeFromLeft(2. * modeSlice.getWidth() / 3. - 2.*gXSpacing));

modeSlice.removeFromLeft(gXSpacing);
fundamentalCB.setBounds(modeSlice);
Expand Down

0 comments on commit 2b78e4f

Please sign in to comment.