Skip to content

Commit d0f58c4

Browse files
committed
Changed minimum bridgesnum to 0
1 parent bbce150 commit d0f58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sets the numer of bridges to be created (--bridgesnum bridges for each closed line)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
10181018
</property>
10191019
<property name="minimum">
1020-
<number>1</number>
1020+
<number>0</number>
10211021
</property>
10221022
<property name="maximum">
10231023
<number>100</number>

0 commit comments

Comments
 (0)