Skip to content

Commit 1472687

Browse files
committed
chore: make label non-bold, rename properties and group as per feedback
1 parent ba3257f commit 1472687

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/pluggableWidgets/image-cropper-web/src/ImageCropper.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@
8383
<description>Let the user resize the selection by dragging its corners.</description>
8484
</property>
8585
</propertyGroup>
86-
<propertyGroup caption="Editing">
86+
<propertyGroup caption="Buttons">
8787
<property key="enableFlip" type="boolean" defaultValue="true" required="true">
88-
<caption>Enable flip</caption>
88+
<caption>Enable rotation</caption>
8989
<description>Show flip-left / flip-right buttons. The flip is baked into the saved image.</description>
9090
</property>
9191
<property key="enableGrayscale" type="boolean" defaultValue="false" required="true">
9292
<caption>Enable grayscale</caption>
9393
<description>Show a grayscale toggle. When on, the saved image is converted to grayscale (black and white).</description>
9494
</property>
9595
<property key="showResetButton" type="boolean" defaultValue="true" required="true">
96-
<caption>Show reset button</caption>
96+
<caption>Show reset</caption>
9797
<description>Show a Reset button that restores the original image and clears zoom, flip, and crop.</description>
9898
</property>
9999
</propertyGroup>

packages/pluggableWidgets/image-cropper-web/src/ui/ImageCropper.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $image-cropper-gray-light: #6c757d;
3636
align-items: center;
3737
gap: 8px;
3838
flex: 1; // absorb the row's free space so the toolbar spans the preview width
39+
font-weight: normal;
3940

4041
input[type="range"] {
4142
flex: 1;

0 commit comments

Comments
 (0)