UX-3157, New topic title

This commit is contained in:
eldar-jetbrains 2025-01-07 22:46:16 +01:00
parent b1764a0e4b
commit c799675ea9
2 changed files with 6 additions and 4 deletions

View File

@ -516,7 +516,7 @@
<toc-element toc-title="Dangerous Actions"/> <!--TODO-->
<toc-element topic="data_formats.md"/>
<toc-element toc-title="Default Values"/>
<toc-element topic="Window-sizes.md"/> <!--TODO-->
<!--TODO-->
<toc-element toc-title="Discoverability"/> <!--TODO-->
<toc-element topic="icons_style.md"/>
<!-- <toc-element topic="icons.md"/>-->
@ -533,8 +533,10 @@
</toc-element>
<toc-element toc-title="Sharing Settings"/> <!--TODO-->
<toc-element topic="typography.md"/>
<toc-element toc-title="UI Feedback"/> <!--TODO-->
<toc-element toc-title="UI Feedback"/>
<!--TODO-->
<toc-element topic="validation_errors.md"/>
<toc-element topic="Window-sizes.md"/>
</toc-element>
<toc-element toc-title="Writing UI Texts">
<toc-element topic="capitalization.md"/>

View File

@ -1,12 +1,12 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Window sizes
# Window Sizes
<link-summary>Guidelines on choosing the correct size when creating a dialog or a popup</link-summary>
Follow these guidelines to select the correct size when creating a dialog or a popup for IntelliJ-based products.
For simple cases use default sizes for [dialogs](Window-sizes#default-sizes) and [popups](Window-sizes#popup). When default sizes don't work well, set [minimum sizes for components](Window-sizes#minimum-sizes-for-components).
For simple cases use default sizes for [dialogs](Window-sizes.md#default-sizes) and [popups](Window-sizes.md#popup). When default sizes don't work well, set [minimum sizes for components](Window-sizes.md#minimum-sizes-for-components).
## Default sizes