use '×' instead of 'x'

This commit is contained in:
Yann Cébron 2025-05-08 13:28:50 +02:00
parent dcb57d63a2
commit 69f1fc5be9
4 changed files with 7 additions and 7 deletions

View File

@ -147,7 +147,7 @@ bigger screen fonts (e.g., in [Presentation Mode](https://www.jetbrains.com/help
A base size denoting the size (in the user space) of the rendered image in 1x scale should be provided. A base size denoting the size (in the user space) of the rendered image in 1x scale should be provided.
The size is set via the `width` and `height` attributes omitting the size units. The size is set via the `width` and `height` attributes omitting the size units.
If unspecified, it defaults to 16x16 pixels. If unspecified, it defaults to 16×16 pixels.
A minimal SVG icon file: A minimal SVG icon file:

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Banner # Banner
@ -71,7 +71,7 @@ Use to suggest actions that are required to unblock the users workflow.
### Icon (optional) ### Icon (optional)
* 16x16 icons can be used to complement the message, e.g., a gift icon to advertise functionality. * 16&times;16 icons can be used to complement the message, e.g., a gift icon to advertise functionality.
### Placement ### Placement

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Icon Button # Icon Button
@ -57,7 +57,7 @@ Do **not** highlight a disabled icon on mouse hover.
## Sizes and placement ## Sizes and placement
Icons size is 16x16px, icon selection is 22x22px. Icons size is 16&times;16px, icon selection is 22&times;22px.
For guidelines on the space between toolbar icon buttons see [Toolbar](toolbar.md). For guidelines on the space between toolbar icon buttons see [Toolbar](toolbar.md).

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Loader # Loader
@ -20,7 +20,7 @@ Follow the rules for [progress indicators](progress_indicators.md).
## How to use ## How to use
The loader form and sizes are the same in all themes. Use the default 16x16 loader in all cases. The loader form and sizes are the same in all themes. Use the default 16&times;16 loader in all cases.
<tabs group="languages"> <tabs group="languages">
<tab title="Kotlin" group-key="kotlin"> <tab title="Kotlin" group-key="kotlin">