Skip to content

Commit e507708

Browse files
authored
Remove duplicate property mention
semantics_label was mentioned twice in the docs for Image control. Removed the more vague one, and preserved the one with more information, which still covers the description of the duplicate.
1 parent e9b27bd commit e507708

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)