summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml
index f3bf10401..9a45bfdd5 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml
@@ -64,6 +64,11 @@
<Menu Height="23"
HorizontalAlignment="Stretch"
VerticalAlignment="Top">
+ <Menu.Resources>
+ <Style TargetType="MenuItem">
+ <Setter Property="Height" Value="23" />
+ </Style>
+ </Menu.Resources>
<MenuItem Header="_File">
<MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SourceOpen}" cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]" InputGestureText="Alt + O" />
<Separator />