This commit is contained in:
Michael Becker 2015-05-18 13:15:51 -04:00
parent fdf53983f0
commit 376458b6ef

View File

@ -169,8 +169,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
// TODO: figure out why this is being done on BeforeInitialization and whether we could move it to after
// the configuration is initialized, so we can specify the user's favorite theme in a configuration file
// TODO: figure out why this is being done on BeforeInitialization and whether we could move it to after
// the configuration is initialized, so we can specify the user's favorite theme in a configuration file
AwesomeControls.Theming.BuiltinThemes.VisualStudio2012Theme theme = new AwesomeControls.Theming.BuiltinThemes.VisualStudio2012Theme(AwesomeControls.Theming.BuiltinThemes.VisualStudio2012Theme.ColorMode.Dark);
theme.UseAllCapsMenus = false;