From fae5fb8d9927d3814af84baa7bd3796a03211698 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 20 Apr 2015 20:54:35 +0000 Subject: [PATCH] WinGui: Minor design tweaks to the No Titles found dialog. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7109 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Controls/AlertPanel.xaml | 4 +- .../HandBrakeWPF/Controls/AlertPanel.xaml.cs | 131 ++++++++++++++++++ .../Properties/Resources.Designer.cs | 2 +- win/CS/HandBrakeWPF/Properties/Resources.resx | 2 +- 4 files changed, 135 insertions(+), 4 deletions(-) create mode 100644 win/CS/HandBrakeWPF/Controls/AlertPanel.xaml.cs diff --git a/win/CS/HandBrakeWPF/Controls/AlertPanel.xaml b/win/CS/HandBrakeWPF/Controls/AlertPanel.xaml index 2960a7292..5e8b756ee 100644 --- a/win/CS/HandBrakeWPF/Controls/AlertPanel.xaml +++ b/win/CS/HandBrakeWPF/Controls/AlertPanel.xaml @@ -35,14 +35,14 @@ Text="{Binding Message, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" /> -