Browse Source

Fit and finish: set main menu to correct height

pull/301/head
Ed Harvey 14 years ago
parent
commit
2f458af2eb
  1. 2
      ILSpy/MainWindow.xaml

2
ILSpy/MainWindow.xaml

@ -41,7 +41,7 @@
</Window.CommandBindings> </Window.CommandBindings>
<DockPanel> <DockPanel>
<!-- Main menu --> <!-- Main menu -->
<Menu DockPanel.Dock="Top" Name="mainMenu"> <Menu DockPanel.Dock="Top" Name="mainMenu" Height="23">
<MenuItem Header="_File" /> <!-- contents of file menu are added using MEF --> <MenuItem Header="_File" /> <!-- contents of file menu are added using MEF -->
<MenuItem Header="_View"> <MenuItem Header="_View">
<MenuItem Header="Show _internal types and members" IsCheckable="True" IsChecked="{Binding FilterSettings.ShowInternalApi}"> <MenuItem Header="Show _internal types and members" IsCheckable="True" IsChecked="{Binding FilterSettings.ShowInternalApi}">

Loading…
Cancel
Save