Skip to content

Commit

Permalink
* Fix a bug in minimum number of simulation count
Browse files Browse the repository at this point in the history
  • Loading branch information
j-tag committed Dec 24, 2017
1 parent 36ccf49 commit 271bad2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
</item>
<item>
<widget class="QSpinBox" name="spinBoxSimulationCount">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
Expand Down Expand Up @@ -220,7 +223,7 @@
<x>0</x>
<y>0</y>
<width>1209</width>
<height>22</height>
<height>25</height>
</rect>
</property>
</widget>
Expand Down

0 comments on commit 271bad2

Please sign in to comment.