From 455eccb3ec102091d1db87d7031cc3a592cb8866 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 3 Jul 2019 21:23:49 +0100 Subject: WinGui: Some minor further work to the dark theme. --- win/CS/HandBrakeWPF/Views/ErrorView.xaml | 8 +++++++- win/CS/HandBrakeWPF/Views/LogView.xaml | 4 ++-- win/CS/HandBrakeWPF/Views/QueueView.xaml | 12 ++++++------ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/win/CS/HandBrakeWPF/Views/ErrorView.xaml b/win/CS/HandBrakeWPF/Views/ErrorView.xaml index fb6f1ac7a..02f6d4a84 100644 --- a/win/CS/HandBrakeWPF/Views/ErrorView.xaml +++ b/win/CS/HandBrakeWPF/Views/ErrorView.xaml @@ -3,6 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cal="http://www.caliburnproject.org" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" + xmlns:converters="clr-namespace:HandBrakeWPF.Converters" Title="{Binding Title}" Width="680" Height="380" @@ -11,6 +12,11 @@ FontSize="11" TextOptions.TextFormattingMode="Display" WindowStartupLocation="CenterOwner"> + + + + + @@ -82,7 +88,7 @@ Width="16" Height="16" Margin="0,0,5,0" - Source="Images/copy.png" /> + Source="{Binding Converter={StaticResource themeConverter}, ConverterParameter='Copy.png'}" /> diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml b/win/CS/HandBrakeWPF/Views/LogView.xaml index 73170f541..69a2e77e8 100644 --- a/win/CS/HandBrakeWPF/Views/LogView.xaml +++ b/win/CS/HandBrakeWPF/Views/LogView.xaml @@ -53,12 +53,12 @@ - + - + diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 6b96700d5..21d226deb 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -328,7 +328,7 @@ - + @@ -347,7 +347,7 @@ - + @@ -471,10 +471,10 @@ - + - + @@ -500,12 +500,12 @@ - + - + -- cgit v1.2.3