From 376458b6ef3607bc924f55319ed508355c766353 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Mon, 18 May 2015 13:15:51 -0400 Subject: [PATCH] Tabify --- .../WindowsFormsEngine.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/WindowsFormsEngine.cs b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/WindowsFormsEngine.cs index c1d753dd..baccf14b 100644 --- a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/WindowsFormsEngine.cs +++ b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/WindowsFormsEngine.cs @@ -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;