Skip to content

Commit 23c8dc4

Browse files
authored
Merge pull request #413 from typedecker/patch-1
Remove duplicate property mention
2 parents e9b27bd + e507708 commit 23c8dc4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/controls/image.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ How to paint any portions of the layout bounds not covered by the image.
169169

170170
Values is of type [`ImageRepeat`](/docs/reference/types/imagerepeat) and defaults to `ImageRepeat.NO_REPEAT`.
171171

172-
### `semantics_label`
173-
174-
A semantics label for this image.
175-
176172
### `tooltip`
177173

178174
The text displayed when hovering a mouse over the Image.
@@ -185,4 +181,4 @@ If not set, the image will pick a size that best preserves its intrinsic aspect
185181

186182
:::note
187183
It is strongly recommended that either both the width and the height be specified, or that the Image be placed in a context that sets tight layout constraints, so that the image does not change size as it loads. Consider using `fit` to adapt the image's rendering to fit the given width and height if the exact image dimensions are not known in advance.
188-
:::
184+
:::

0 commit comments

Comments
 (0)