Skip to content

Commit e9fdab9

Browse files
committed
* Removed thread limit
1 parent 5a97742 commit e9fdab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Advanced PortChecker/Windows/SettingsWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ComboBoxItem>minute(s)</ComboBoxItem>
4949
</ComboBox>
5050
<Label Grid.Row="1" Grid.Column="0" Margin="2" Content="Number of scan threads:" />
51-
<syncfusion:IntegerTextBox x:Name="IntScanThreads" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" Margin="2" MinValue="1" MaxValue="100" />
51+
<syncfusion:IntegerTextBox x:Name="IntScanThreads" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" Margin="2" MinValue="1" />
5252
</Grid>
5353
</Grid>
5454
</syncfusion:TabItemExt>

0 commit comments

Comments
 (0)