Skip to content

Commit

Permalink
Updated labels
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich committed Jan 23, 2025
1 parent 03eb5a6 commit 3f4a251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/js/components/layer/settings/size.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function SizeSelect(props) {

return (
<div className="layer-size-select settings-component">
<h2 className="wv-header">Point Size</h2>
<h2 className="wv-header">Point Radius</h2>
<input
type="range"
className="form-range"
Expand All @@ -39,6 +39,7 @@ function SizeSelect(props) {
/>
<div className="wv-label wv-label-size mt-1">
{value <= 0 ? 1 : value}
px
</div>
</div>
);
Expand Down

0 comments on commit 3f4a251

Please sign in to comment.