Browse Source

Remove theme combo box

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

4
ILSpy/MainWindow.xaml

@ -220,10 +220,6 @@
IsEnabled="{Binding Workspace.ActiveTabPage.SupportsLanguageSwitching}" IsEnabled="{Binding Workspace.ActiveTabPage.SupportsLanguageSwitching}"
ItemsSource="{Binding SelectedItem.LanguageVersions, ElementName=languageComboBox, UpdateSourceTrigger=PropertyChanged}" ItemsSource="{Binding SelectedItem.LanguageVersions, ElementName=languageComboBox, UpdateSourceTrigger=PropertyChanged}"
SelectedItem="{Binding Workspace.ActiveTabPage.FilterSettings.LanguageVersion, 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> </ToolBar>
<Border DockPanel.Dock="Top" BorderBrush="Black" BorderThickness="1" Name="updatePanel" Visibility="Collapsed"> <Border DockPanel.Dock="Top" BorderBrush="Black" BorderThickness="1" Name="updatePanel" Visibility="Collapsed">
<DockPanel KeyboardNavigation.TabNavigation="Contained"> <DockPanel KeyboardNavigation.TabNavigation="Contained">

Loading…
Cancel
Save