Skip to content

Commit d170827

Browse files
authored
Merge pull request #1197 from TestCentric/issue-1184
Enable VisualStyles for application
2 parents b507c6f + cffb537 commit d170827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestCentric/testcentric.gui/AppEntry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class AppEntry
2828
[STAThread]
2929
public static int Main(string[] args)
3030
{
31+
Application.EnableVisualStyles();
3132
var options = new CommandLineOptions(args);
3233

3334
if (options.ShowHelp)

0 commit comments

Comments
 (0)