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:
parent
1845437fe1
commit
e435325619
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue