summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Themes
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-08-29 21:58:42 +0100
committersr55 <[email protected]>2019-08-29 21:58:56 +0100
commit3293f1984f227a61dfe0f0d130bad8d09b19025d (patch)
treeabf953b910b2d65719ca971679934cc0125fb097 /win/CS/HandBrakeWPF/Themes
parentaa4c030d83dbc42722facefc00165f063648d1a9 (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.xaml3
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" />