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

Loading…
Cancel
Save