Browse Source

Align checkbox in DecompilerSettingsPanel

pull/1471/head
Siegfried Pammer 7 years ago
parent
commit
0c163d2750
  1. 2
      ILSpy/Options/DecompilerSettingsPanel.xaml

2
ILSpy/Options/DecompilerSettingsPanel.xaml

@ -54,7 +54,7 @@
</ListBox.GroupStyle> </ListBox.GroupStyle>
<ListBox.ItemTemplate> <ListBox.ItemTemplate>
<DataTemplate> <DataTemplate>
<CheckBox IsChecked="{Binding IsEnabled}" Content="{Binding Description}" /> <CheckBox Margin="19,0,0,0" IsChecked="{Binding IsEnabled}" Content="{Binding Description}" />
</DataTemplate> </DataTemplate>
</ListBox.ItemTemplate> </ListBox.ItemTemplate>
</ListBox> </ListBox>

Loading…
Cancel
Save