1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Increase the height of the user settings popup slightly when using the Projucer in GPL mode

This commit is contained in:
ed 2018-10-31 15:24:14 +00:00
parent 29b673a283
commit 3458d11078

View file

@ -206,7 +206,7 @@ void HeaderComponent::sidebarTabsWidthChanged (int newWidth) noexcept
void HeaderComponent::showUserSettings() noexcept
{
#if JUCER_ENABLE_GPL_MODE
auto settingsPopupHeight = 40;
auto settingsPopupHeight = 100;
auto settingsPopupWidth = 200;
#else
auto settingsPopupHeight = 150;