File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1061
1061
<Setter .Value>
1062
1062
<ControlTemplate TargetType =" ComboBoxItem" >
1063
1063
<Border x : Name =" ItemContainerBorder" Padding =" 8" SnapsToDevicePixels =" True" BorderBrush =" {StaticResource LeagueComboBoxItemBorder}" BorderThickness =" 0 1 0 0" >
1064
- <ContentControl x : Name =" ItemContainerHost" Content =" {TemplateBinding Content}" Foreground =" {StaticResource LeagueComboBoxItemForegroundDefault}" />
1064
+ <ContentControl x : Name =" ItemContainerHost" Content =" {TemplateBinding Content}" ContentTemplate = " {TemplateBinding ContentTemplate} " Foreground =" {StaticResource LeagueComboBoxItemForegroundDefault}" />
1065
1065
</Border >
1066
1066
<ControlTemplate .Triggers>
1067
1067
<Trigger Property =" IsMouseOver" Value =" True" >
Original file line number Diff line number Diff line change 7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8
8
<GenerateDocumentationFile >True</GenerateDocumentationFile >
9
9
<RootNamespace >craftersmine.Ui.League</RootNamespace >
10
- <Version >1.3.1 </Version >
10
+ <Version >1.3.2 </Version >
11
11
<Authors >craftersmine</Authors >
12
12
<Description >WPF library with styles from League of Legends Client</Description >
13
13
<Copyright >Copyright © craftersmine 2023</Copyright >
You can’t perform that action at this time.
0 commit comments