fix: 修复背景填充模式可编辑问题

This commit is contained in:
uye
2026-07-06 17:12:25 +08:00
parent cbc459062e
commit 89496cbae8

View File

@@ -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" />