mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 08:47:50 +08:00
use '×' instead of 'x'
This commit is contained in:
parent
dcb57d63a2
commit
69f1fc5be9
@ -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.
|
||||
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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -71,7 +71,7 @@ Use to suggest actions that are required to unblock the user’s workflow.
|
||||
|
||||
### Icon (optional)
|
||||
|
||||
* 16x16 icons can be used to complement the message, e.g., a gift icon to advertise functionality.
|
||||
* 16×16 icons can be used to complement the message, e.g., a gift icon to advertise functionality.
|
||||
|
||||
### Placement
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -57,7 +57,7 @@ Do **not** highlight a disabled icon on mouse hover.
|
||||
|
||||
## Sizes and placement
|
||||
|
||||
Icons size is 16x16px, icon selection is 22x22px.
|
||||
Icons size is 16×16px, icon selection is 22×22px.
|
||||
|
||||
For guidelines on the space between toolbar icon buttons see [Toolbar](toolbar.md).
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -20,7 +20,7 @@ Follow the rules for [progress indicators](progress_indicators.md).
|
||||
|
||||
## 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×16 loader in all cases.
|
||||
<tabs group="languages">
|
||||
<tab title="Kotlin" group-key="kotlin">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user