From d90c0f434f639da2ecfa2f41fdbad945369dd712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 30 Sep 2024 09:52:21 +0200 Subject: [PATCH] built_in_button.md: fix ExpandableTextField reference --- topics/ui/controls/built_in_button.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/ui/controls/built_in_button.md b/topics/ui/controls/built_in_button.md index f14f8e3d8..ae5774576 100644 --- a/topics/ui/controls/built_in_button.md +++ b/topics/ui/controls/built_in_button.md @@ -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)): ![](expandable_1.png){width=332}