UX-3157. New topic title

This commit is contained in:
eldar-jetbrains 2025-01-07 22:35:24 +01:00
parent 203daffff7
commit b1764a0e4b
2 changed files with 3 additions and 3 deletions

View File

@ -516,7 +516,7 @@
<toc-element toc-title="Dangerous Actions"/> <!--TODO--> <toc-element toc-title="Dangerous Actions"/> <!--TODO-->
<toc-element topic="data_formats.md"/> <toc-element topic="data_formats.md"/>
<toc-element toc-title="Default Values"/> <toc-element toc-title="Default Values"/>
<toc-element topic="Dialog-and-popup-sizes.md"/> <!--TODO--> <toc-element topic="Window-sizes.md"/> <!--TODO-->
<toc-element toc-title="Discoverability"/> <!--TODO--> <toc-element toc-title="Discoverability"/> <!--TODO-->
<toc-element topic="icons_style.md"/> <toc-element topic="icons_style.md"/>
<!-- <toc-element topic="icons.md"/>--> <!-- <toc-element topic="icons.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. --> <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Dialog and Popup Sizes # Window sizes
<link-summary>Guidelines on choosing the correct size when creating a dialog or a popup</link-summary> <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. 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](Dialog-and-popup-sizes.md#default-sizes) and [popups](Dialog-and-popup-sizes.md#popup). When default sizes don't work well, set [minimum sizes for components](Dialog-and-popup-sizes.md#minimum-sizes-for-components). 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).
## Default sizes ## Default sizes