summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/MainView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2021-01-11 20:38:36 +0000
committersr55 <[email protected]>2021-01-11 20:38:36 +0000
commit2b2a8efa3cf966597afa1f7097dd0c374c3204fe (patch)
tree6a48e24bdac589ff470d0eb76340c2e563929bf1 /win/CS/HandBrakeWPF/Views/MainView.xaml
parentf28ded92e1cd87d59a688129c73c8eefb5c6dd14 (diff)
WinGui: Minor improvement to presets. Also show the preset tooltip on the Menu items.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml
index af1d7fd09..15719c495 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml
@@ -46,6 +46,9 @@
<Setter Property="MaxWidth" Value="500" />
</Style>
+ <Style TargetType="MenuItem">
+ <Setter Property="ToolTipService.InitialShowDelay" Value="1000"/>
+ </Style>
</UserControl.Resources>
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">