diff options
author | sr55 <[email protected]> | 2019-08-29 21:58:42 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-08-29 21:58:56 +0100 |
commit | 3293f1984f227a61dfe0f0d130bad8d09b19025d (patch) | |
tree | abf953b910b2d65719ca971679934cc0125fb097 /win/CS/HandBrakeWPF/Themes | |
parent | aa4c030d83dbc42722facefc00165f063648d1a9 (diff) |
WinGui: Various small UI/UX fixes Fixes #2280 #2278
Diffstat (limited to 'win/CS/HandBrakeWPF/Themes')
-rw-r--r-- | win/CS/HandBrakeWPF/Themes/Dark.xaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Themes/Dark.xaml b/win/CS/HandBrakeWPF/Themes/Dark.xaml index 9eff8ad14..84faf28bb 100644 --- a/win/CS/HandBrakeWPF/Themes/Dark.xaml +++ b/win/CS/HandBrakeWPF/Themes/Dark.xaml @@ -94,6 +94,9 @@ <Setter Property="ToolTipService.ShowDuration" Value="20000" /> </Style> + <!-- Glyph --> + <SolidColorBrush x:Key="GlyphBrush" Color="WhiteSmoke"/> + <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Controls/ComboBoxDark.xaml" /> <ResourceDictionary Source="Controls/ButtonDark.xaml" /> |