Skip to content

Commit b551abd

Browse files
author
Xavier AVERBOUCH
committed
fix 36#issuecomment-1178358388 : missing space when underscore in key filename
1 parent 8f9d771 commit b551abd

3 files changed

Lines changed: 115 additions & 112 deletions

File tree

MifareWindowsTool/UserControls/ucListKeys.xaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
<ListBox.ItemTemplate>
1919
<DataTemplate>
2020
<CheckBox
21-
Content="{Binding FileName}"
2221
Foreground="White"
23-
IsChecked="{Binding IsSelected}" />
22+
IsChecked="{Binding IsSelected}">
23+
<CheckBox.Content>
24+
<TextBlock Text="{Binding FileName}"/>
25+
</CheckBox.Content>
26+
</CheckBox>
2427
</DataTemplate>
2528
</ListBox.ItemTemplate>
2629
</ListBox>
-14.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)