Skip to content

Commit 17e4964

Browse files
shartteXFactHD
andauthored
Update earlydisplay/THEMING.md
Co-authored-by: Dennis C <xfacthd@gmx.de>
1 parent ac7f85a commit 17e4964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earlydisplay/THEMING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Inherits all properties of [element](#element), and adds the following:
146146
| Property | Type | Description |
147147
|-----------------------|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
148148
| `visible` | boolean | Defaults to true. Can be used to hide pre-defined elements. |
149-
| `maintainAspectRatio` | boolean | Defaults to true. If only one dimension of the element is fully defined, the other dimension will scaled from the implicit element size while maintaining its original aspect ratio. |
149+
| `maintainAspectRatio` | boolean | Defaults to true. If only one dimension of the element is fully defined, the other dimension will be scaled from the implicit element size while maintaining its original aspect ratio. |
150150
| `left` | [style length](#style-length) | Defaults to undefined. Positions the left edge of the element relative to the layout box. |
151151
| `top` | [style length](#style-length) | Defaults to undefined. Positions the top edge of the element relative to the layout box. |
152152
| `right` | [style length](#style-length) | Defaults to undefined. Positions the right edge of the element relative to the layout box. |

0 commit comments

Comments
 (0)