Browse Source

Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens

tags/2021-05-28
jules 8 years ago
parent
commit
bacf194dda
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm

+ 1
- 1
modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm View File

@@ -80,7 +80,7 @@ private:
const int ph = getParentHeight();
nativeSelectorComponent.setBounds (Rectangle<int> (pw, ph)
.withSizeKeepingCentre (jmin (400, pw - 14),
.withSizeKeepingCentre (jmin (400, pw),
jmin (450, ph - 40)));
}


Loading…
Cancel
Save