From d0abd0c3f6cc67a74c2280e63c86d2aea2d84204 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 10 Sep 2017 20:39:26 +0100 Subject: WinGui: Add description tooltip to presets dropdown menu. Also change "User Presets" to "Custom Presets". Existing presets won't have their category changed. --- win/CS/HandBrakeWPF/Services/Presets/PresetService.cs | 2 +- win/CS/HandBrakeWPF/Views/MainView.xaml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrakeWPF') diff --git a/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs b/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs index ea948344b..16db5359a 100644 --- a/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs +++ b/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs @@ -48,7 +48,7 @@ namespace HandBrakeWPF.Services.Presets #region Private Variables public const int ForcePresetReset = 3; - public static string UserPresetCatgoryName = "User Presets"; + public static string UserPresetCatgoryName = "Custom Presets"; private readonly string presetFile = Path.Combine(DirectoryUtilities.GetUserStoragePath(VersionHelper.IsNightly()), "presets.json"); private readonly ObservableCollection presets = new ObservableCollection(); // Can store Presets and PresetDisplayCategory objects. private readonly Dictionary flatPresetList = new Dictionary(); diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index d9aed5c98..57f2cb518 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -333,10 +333,24 @@ - + + + + + + + + + - +