1
0
Fork 0
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:
jules 2012-05-18 20:08:39 +01:00
parent 08539ed83e
commit 06a4980792

View file

@ -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