From e467bc88e2f8f907bf3036a256d828c43f745ad5 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 30 May 2022 12:24:08 +0200 Subject: [PATCH] kotlin_ui_dsl_version_2.md: change "UI DSL Showcase" to the more eye-catching "UI DSL Examples" --- topics/user_interface_components/kotlin_ui_dsl_version_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/kotlin_ui_dsl_version_2.md b/topics/user_interface_components/kotlin_ui_dsl_version_2.md index fd84e7bab..04732c8ca 100644 --- a/topics/user_interface_components/kotlin_ui_dsl_version_2.md +++ b/topics/user_interface_components/kotlin_ui_dsl_version_2.md @@ -34,7 +34,7 @@ The following significant changes were made: Fixed focus ring cropping problems: when components are placed near the panel border focus ring could be cropped if panel insets do not specify enough space. - Implemented [Placeholder](#placeholder) that allows replacing components at runtime after content is shown. -## UI DSL Showcase +## UI DSL Examples It is highly recommended taking a look at the UI DSL demo available via Tools | Internal Actions | UI | UI DSL Showcase (see [Internal Actions](internal_actions_intro.md) if not available in your IDE instance).