Skip to content

Commit

Permalink
Allow more granular control of average density
Browse files Browse the repository at this point in the history
  • Loading branch information
dialupdev committed Dec 27, 2024
1 parent 6c73fa6 commit fd44063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/x-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class Settings extends MobxLitElement {
<sp-slider
id="average-density"
editable
min="0.1"
min="0.01"
max="1"
step="0.1"
step="0.01"
variant="filled"
value=${this.locator.configStore.averageDensity}
@input="${this._setAverageDensity}"
Expand Down

0 comments on commit fd44063

Please sign in to comment.