Browse Source

Merge pull request #2276 from AustinWise/austin/VisualStyles

Enable theming for message boxes
pull/2279/head
Siegfried Pammer 5 years ago committed by GitHub
parent
commit
0440ffdc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy/app.manifest

2
ILSpy/app.manifest

@ -61,7 +61,6 @@
</application> </application>
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!--
<dependency> <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity <assemblyIdentity
@ -74,6 +73,5 @@
/> />
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
-->
</assembly> </assembly>

Loading…
Cancel
Save