Skip to content

Commit

Permalink
Merge pull request #569 from leahvschaffer/master
Browse files Browse the repository at this point in the history
Update LoadResults.xaml
  • Loading branch information
leahvschaffer authored Mar 16, 2021
2 parents c0c297f + cd9d915 commit e94716c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ProteoWPFSuite/LoadResults.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@

<Label x:Name="label_mincharge" Grid.Column="0" Grid.Row="0">Min Charge:</Label>
<WindowsFormsHost Grid.Column="1" Grid.Row="0" Height="20" Width="50">
<winform:NumericUpDown x:Name="nud_mincharge" Dock="Fill" Value="5" Minimum="1" Maximum="60" Increment="1" DecimalPlaces="0" />
<winform:NumericUpDown x:Name="nud_mincharge" Dock="Fill" Value="5" Minimum="1" Maximum="1000" Increment="1" DecimalPlaces="0" />
</WindowsFormsHost>

<Label x:Name="label_maxcharge" Grid.Column="0" Grid.Row="1">Max Charge:</Label>
<WindowsFormsHost Grid.Column="1" Grid.Row="1" Height="20" Width="50">
<winform:NumericUpDown x:Name="nud_maxcharge" Dock="Fill" Value="60" Minimum="1" Maximum="60" Increment="1" DecimalPlaces="0" />
<winform:NumericUpDown x:Name="nud_maxcharge" Dock="Fill" Value="60" Minimum="1" Maximum="1000" Increment="1" DecimalPlaces="0" />
</WindowsFormsHost>
</Grid>
</StackPanel>
Expand Down Expand Up @@ -429,4 +429,4 @@
</GroupBox>

</Grid>
</UserControl>
</UserControl>

0 comments on commit e94716c

Please sign in to comment.