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:
parent
29b673a283
commit
3458d11078
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue