mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Revised img, Label.background
This commit is contained in:
parent
4df852f938
commit
20c81ef444
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 36 KiB |
@ -89,7 +89,7 @@ All keys must follow this Naming Pattern:
|
||||
| Word | Use for | Example |
|
||||
|------|---------|---------|
|
||||
| **`foreground`** | Text color. | `Label.foreground` |
|
||||
| **`background`** | Background color for objects with text. | `Label.foreground` |
|
||||
| **`background`** | Background color for objects with text. | `Label.background` |
|
||||
| **`<part>Color`** | Objects with a single color (do not have foreground/background). Do not use the word “Color” separately, always use with the “part” word. <br/><br/>_The word “Color” shows that this is a color property. Otherwise, it can be confused with a property of another type._ | `Popup.borderColor` <br/> `Group.separatorColor` |
|
||||
|
||||
#### State
|
||||
|
Loading…
x
Reference in New Issue
Block a user