Skip to content

Commit

Permalink
Signal Generator: Fix incorrect property name
Browse files Browse the repository at this point in the history
Fixes #118.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
Paul Cercueil committed May 29, 2017
1 parent e569f7f commit f1b5eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/signal_generator.ui
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ background-image: url(:/icons/floppy_hover.svg);
<property name="name" stdset="0">
<string>Frequency</string>
</property>
<property name="min_freq" stdset="0">
<property name="min_value" stdset="0">
<double>0.001000000000000</double>
</property>
</widget>
Expand Down

0 comments on commit f1b5eb4

Please sign in to comment.