Skip to content

Commit

Permalink
damc_gui: ajust min/max values for equalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
amurzeau committed Jul 26, 2023
1 parent 5ee782f commit 9df4754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions damc_gui/Equalizer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="qSpinBox">
<property name="minimum">
<double>0.500000000000000</double>
<double>0.010000000000000</double>
</property>
<property name="maximum">
<double>200.000000000000000</double>
Expand All @@ -72,7 +72,7 @@
<double>96000.000000000000000</double>
</property>
<property name="value">
<double>133.000000000000000</double>
<double>1000.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 9df4754

Please sign in to comment.