mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
toolbar.md: Make table column widths even
This commit is contained in:
parent
e955eb5b14
commit
e409104ccc
@ -63,9 +63,16 @@ The less frequently used commands can be right aligned.
|
||||
|
||||
Do **not** put two toolbars next to each other. One toolbar should be enough for the most popular actions.
|
||||
|
||||
| <format color="Red" style="bold">Incorrect</format> | <format color="Green" style="bold">Correct</format> |
|
||||
|-----------------------------------------------------|-----------------------------------------------------|
|
||||
| {width="58"} | {width="30"} |
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%"><format color="Red" style="bold">Incorrect</format></td>
|
||||
<td width="50%"><format color="Green" style="bold">Correct</format></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="toolbars_2.png" alt="" width="58" /></td>
|
||||
<td><img src="toolbars_1.png" alt="" width="30" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Make every toolbar action available from the main menu or the context menu.
|
||||
Toolbars are customizable and can be hidden, so commands should be available from other places as well.
|
||||
|
Loading…
x
Reference in New Issue
Block a user