Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d674f60

Browse files
committedApr 8, 2025·
combobox
1 parent 00aeac8 commit d674f60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
83f9dfee3c40c31ab2319cc0cf94c0f754aadf483ffe4aa6de16b1413ddb83c8
1+
bfe8f5b73cc54f03b32a0d599dd8bcd61feb45c8e5a40d54995390ee9daa0b08

‎src/Files.App/Dialogs/DecompressArchiveDialog.xaml

+3-3
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)
Please sign in to comment.