Browse Source

Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes

tags/2021-05-28
hogliux 9 years ago
parent
commit
c1e2e6ae40
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

@@ -81,7 +81,7 @@ private:
nativeSelectorComponent.setBounds (Rectangle<int> (pw, ph)
.withSizeKeepingCentre (jmin (400, pw - 14),
jmin (500, ph - 40)));
jmin (450, ph - 40)));
}
void close()


Loading…
Cancel
Save