Skip to content

Commit

Permalink
Restore message box styling. Update screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstarkov committed Oct 12, 2024
1 parent df9738d commit 2ee64a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Binary file modified Docs/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 7 additions & 12 deletions Src/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;

namespace GitSimpleRewriteHistory
namespace GitSimpleRewriteHistory;

public partial class App : Application
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
System.Windows.Forms.Application.EnableVisualStyles();
}
}

0 comments on commit 2ee64a0

Please sign in to comment.