mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
chore: 调整指定材料刷取数量输入上限
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user