This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
773e7087cd
commit
bacf194dda
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)));
}
Write
Preview
Loading…
Cancel
Save