From 469e2309b4c5565ea0530b96df1596d474c15e16 Mon Sep 17 00:00:00 2001 From: eldar-jetbrains Date: Thu, 16 Jan 2025 11:59:28 +0100 Subject: [PATCH] UX-3157, Minor fixes in the texts --- topics/Window-sizes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/Window-sizes.md b/topics/Window-sizes.md index 77db6d9a4..45f37d7cd 100644 --- a/topics/Window-sizes.md +++ b/topics/Window-sizes.md @@ -248,7 +248,7 @@ When the default sizes are either too big or too small for a window, or the wind #### Example 1 -The Rename Inheritors dialog has a table with FQNs. Add 350 px as the minimum width for a table column. This will make the dialog wider than the default Small size (500 px) but will show more of FQNs. +The Rename Inheritors dialog has a table with FQNs. Add 350 px as the minimum width for a table column. This will make the dialog wider than the default Medium size (500 px) but will show more of FQNs. @@ -267,7 +267,7 @@ The Rename Inheritors dialog has a table with FQNs. Add 350&n #### Example 2 -Settings dialog has the default size 1000 px. In the Code Style settings for Java set 400 px as the minimum width of the code editor. This will make the dialog wider but will show more code +Settings dialog has the default extra large size 1000 px. In the Code Style settings for Java set 400 px as the minimum width of the code editor. This will make the dialog wider but will show more code
@@ -286,7 +286,7 @@ The Rename Inheritors dialog has a table with FQNs. Add 350&n #### Example 3 -Instead of setting a default size for a diagram popup, for example, the Small size, add horizontal and vertical 100 px insets inside the Diagram popup, and make the width and height adaptive to its content. This will help small diagrams be more noticeable and make a diagram popup of any size easier to read. +Instead of setting a default size for a diagram popup, for example, small (350×250 px), add horizontal and vertical 100 px insets inside the Diagram popup, and make the width and height adaptive to its content. This will help small diagrams be more noticeable and make a diagram popup of any size easier to read.