From 3c80f2700cd024b96464a2ff2f2345b775ea750a Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 31 Jul 2020 14:43:24 +0800 Subject: [PATCH] style(*): show window title in Windows Taskbar; add icon for about dialog --- SourceGit/UI/About.xaml | 9 +++++++-- SourceGit/UI/Blame.xaml | 3 ++- SourceGit/UI/FileHistories.xaml | 5 +++-- SourceGit/UI/InteractiveRebase.xaml | 3 ++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/SourceGit/UI/About.xaml b/SourceGit/UI/About.xaml index a4264255..823d9b13 100644 --- a/SourceGit/UI/About.xaml +++ b/SourceGit/UI/About.xaml @@ -6,6 +6,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" Height="280" Width="400" + Title="About" WindowStartupLocation="CenterOwner" ResizeMode="NoResize"> @@ -24,16 +25,20 @@ + + + + -