mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
built_in_button.md: fix ExpandableTextField reference
This commit is contained in:
parent
62945358ac
commit
d90c0f434f
@ -86,7 +86,8 @@ Do **not** place the button on the right of the control.
|
||||
|
||||
### Expand field
|
||||
|
||||
If the input text can be long and place is constrained, use a built-in button to expand the control ([`ExtendableTextField`](%gh-ic%/platform/platform-api/src/com/intellij/ui/components/fields/ExtendableTextField.java)):
|
||||
If the input text can be long and place is constrained, use a built-in button to expand the control
|
||||
([`ExpandableTextField`](%gh-ic%/platform/platform-api/src/com/intellij/ui/components/fields/ExpandableTextField.java)):
|
||||
|
||||
{width=332}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user