Fix close button
This commit is contained in:
Родитель
530781e9e9
Коммит
88252162cf
|
@ -149,7 +149,7 @@
|
|||
throw new ApplicationException("Fatal error running devenv.exe /updateconfiguration");
|
||||
|
||||
// Launch Visual Studio to the themes page.
|
||||
Process.Start(vsPath, @"C:\Work\VSThemeConversion\VSCodeThemeImporter\VSCodeThemeImporter\Program.cs");
|
||||
Process.Start(vsPath);
|
||||
}
|
||||
|
||||
private static string GetVsInstallPath()
|
||||
|
|
|
@ -786,6 +786,7 @@
|
|||
"TeamExplorer&CallToActionButtonMouseOver&Foreground",
|
||||
"TeamExplorer&CallToActionButtonPressed&Foreground",
|
||||
"ThemedDialog&CloseWindowButtonHover&Foreground",
|
||||
"ThemedDialog&WindowButtonGlyph&Background",
|
||||
"ThemedDialog&WindowButtonHoverGlyph&Background",
|
||||
"NotificationBubble&NotificationBubbleWindowButtonHoverGlyph&Background",
|
||||
"UserNotifications&BadgeButtonCountActive&Foreground",
|
||||
|
@ -1319,6 +1320,7 @@
|
|||
"TeamExplorer&CallToActionButtonMouseOver&Background",
|
||||
"TeamExplorer&CallToActionButtonMouseOverBorder&Background",
|
||||
"ThemedDialog&WindowButtonHover&Background",
|
||||
"ThemedDialog&CloseWindowButtonHover&Background",
|
||||
"ThemedDialog&WindowButtonHoverBorder&Background",
|
||||
"UserNotifications&BadgeButtonCountMouseOverActive&Background",
|
||||
"UserNotifications&BadgeButtonCountMouseOverInactive&Background",
|
||||
|
@ -2442,9 +2444,7 @@
|
|||
"NewProjectDialog&ContentInactiveSelected&Background",
|
||||
"ThemedDialog&SelectedItemInactive&Background",
|
||||
"TreeView&SelectedItemInactive&Background",
|
||||
"Environment&ButtonFace&Background",
|
||||
"NewProjectDialog&WonderbarTreeInactiveSelected&Foreground" //
|
||||
|
||||
"Environment&ButtonFace&Background"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче