mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
UX-3157, Minor fixes in the texts
This commit is contained in:
parent
7c10bb016f
commit
469e2309b4
@ -248,7 +248,7 @@ When the default sizes are either too big or too small for a window, or the wind
|
||||
|
||||
#### Example 1
|
||||
|
||||
The <control>Rename Inheritors</control> 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 <control>Small</control> size (500 px) but will show more of FQNs.
|
||||
The <control>Rename Inheritors</control> 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 <control>Medium</control> size (500 px) but will show more of FQNs.
|
||||
|
||||
<table style="none" border="false">
|
||||
<tr>
|
||||
@ -267,7 +267,7 @@ The <control>Rename Inheritors</control> dialog has a table with FQNs. Add 350&n
|
||||
|
||||
#### Example 2
|
||||
|
||||
<control>Settings</control> dialog has the default size 1000 px. In the <control>Code Style settings for Java</control> set 400 px as the minimum width of the code editor. This will make the dialog wider but will show more code
|
||||
<control>Settings</control> dialog has the default <control>extra large</control> size 1000 px. In the <control>Code Style settings for Java</control> set 400 px as the minimum width of the code editor. This will make the dialog wider but will show more code
|
||||
|
||||
<table style="none" border="false">
|
||||
<tr>
|
||||
@ -286,7 +286,7 @@ The <control>Rename Inheritors</control> dialog has a table with FQNs. Add 350&n
|
||||
|
||||
#### Example 3
|
||||
|
||||
Instead of setting a default size for a diagram popup, for example, the <control>Small</control> size, add horizontal and vertical 100 px insets inside the <control>Diagram</control> 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, <control>small</control> (350×250 px), add horizontal and vertical 100 px insets inside the <control>Diagram</control> 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.
|
||||
|
||||
<table style="none" border="false">
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user