Skip to content

Commit e6bb8e4

Browse files
combobox
1 parent 00aeac8 commit e6bb8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files.App/Dialogs/DecompressArchiveDialog.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@
101101
VerticalAlignment="Stretch"
102102
ItemsSource="{x:Bind ViewModel.EncodingOptions, Mode=OneWay}"
103103
SelectedItem="{x:Bind ViewModel.SelectedEncoding, Mode=TwoWay}">
104-
<uc:ComboBoxEx.ItemTemplate>
104+
<ComboBox.ItemTemplate>
105105
<DataTemplate x:DataType="items:EncodingItem">
106106
<TextBlock Text="{x:Bind Name}" />
107107
</DataTemplate>
108-
</uc:ComboBoxEx.ItemTemplate>
109-
</uc:ComboBoxEx>
108+
</ComboBox.ItemTemplate>
109+
</ComboBox>
110110

111111
</StackPanel>
112112

0 commit comments

Comments
 (0)