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

Fix typo and increase maximum size of the "Member initialisers" text field

This commit is contained in:
hogliux 2016-10-27 10:59:39 +01:00
parent 1845437fe1
commit e435325619

View file

@ -233,7 +233,7 @@ private:
{
public:
ComponentInitialisersProperty (JucerDocument& doc)
: ComponentTextProperty <Component> ("Member intialisers", 2048, true, 0, doc)
: ComponentTextProperty <Component> ("Member initialisers", 16384, true, 0, doc)
{
preferredHeight = 24 * 3;
}