mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复背景填充模式可编辑问题
This commit is contained in:
@@ -87,12 +87,10 @@
|
||||
Margin="0,0,0,5"
|
||||
HorizontalAlignment="Center"
|
||||
Text="{DynamicResource BackgroundImageStretchMode}" />
|
||||
<hc:ComboBox
|
||||
<ComboBox
|
||||
Width="200"
|
||||
HorizontalContentAlignment="Stretch"
|
||||
DisplayMemberPath="Display"
|
||||
IsEditable="True"
|
||||
IsEnabled="True"
|
||||
ItemsSource="{Binding BackgroundImageStretchModeList}"
|
||||
SelectedValue="{Binding BackgroundImageStretchMode}"
|
||||
SelectedValuePath="Value" />
|
||||
|
||||
Reference in New Issue
Block a user