chore: 调整指定材料刷取数量输入上限

This commit is contained in:
uye
2023-06-04 18:51:14 +08:00
parent e915d12c94
commit aa42adbbfe

View File

@@ -123,13 +123,14 @@
SelectedValuePath="Value"
Text="{Binding DropsItemName}" />
<hc:NumericUpDown
Width="60"
Width="Auto"
Height="30"
MinWidth="60"
Margin="6"
HorizontalAlignment="Left"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center"
Maximum="9999"
Maximum="1145141919"
Minimum="1"
ValueChanged="NumericUpDown_ValueChanged"
Visibility="{c:Binding IsSpecifiedDrops}"