Browse Source

Remove theme combo box

pull/2931/head
Lucas Trzesniewski 2 years ago
parent
commit
03b3fc4642
  1. 4
      ILSpy/MainWindow.xaml

4
ILSpy/MainWindow.xaml

@ -220,10 +220,6 @@ @@ -220,10 +220,6 @@
IsEnabled="{Binding Workspace.ActiveTabPage.SupportsLanguageSwitching}"
ItemsSource="{Binding SelectedItem.LanguageVersions, ElementName=languageComboBox, UpdateSourceTrigger=PropertyChanged}"
SelectedItem="{Binding Workspace.ActiveTabPage.FilterSettings.LanguageVersion, UpdateSourceTrigger=PropertyChanged}"/>
<Separator />
<ComboBox Width="100" MaxDropDownHeight="Auto" ToolTip="{x:Static properties:Resources.Theme}"
ItemsSource="{x:Static themes:ThemeManager.AllThemes}"
SelectedItem="{Binding SessionSettings.Theme}"/>
</ToolBar>
<Border DockPanel.Dock="Top" BorderBrush="Black" BorderThickness="1" Name="updatePanel" Visibility="Collapsed">
<DockPanel KeyboardNavigation.TabNavigation="Contained">

Loading…
Cancel
Save