mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor docs fix.
This commit is contained in:
parent
08539ed83e
commit
06a4980792
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ public:
|
|||
E.g. @code
|
||||
PopupMenu menu;
|
||||
...
|
||||
menu.showMenu (PopupMenu::Options().withMaximumWidth (100),
|
||||
menu.showMenu (PopupMenu::Options().withMinimumWidth (100)
|
||||
.withMaximumNumColumns (3)
|
||||
.withTargetComponent (myComp));
|
||||
@endcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue