Skip to content

Commit

Permalink
Update ListBox style
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jan 25, 2023
1 parent 0fc40da commit e17543a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UE3ShaderCachePatcher/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
TargetType="{x:Type Button}">
</Style>

<Style BasedOn="{StaticResource MaterialDesignChoiceChipAccentListBox}"
<Style BasedOn="{StaticResource MaterialDesignNavigationPrimaryListBox}"
TargetType="{x:Type ListBox}">
</Style>

Expand Down
2 changes: 1 addition & 1 deletion UE3ShaderCachePatcher/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
Margin="2" />
<ListBox Grid.Row="1" Grid.Column="1"
x:Name="LstTargetObjectDefaultProperties"
IsSynchronizedWithCurrentItem="true"
IsSynchronizedWithCurrentItem="false"
ItemsSource="{Binding DefaultPropertiesNames}"
Margin="2"
SelectionChanged="LstTargetObjectDefaultProperties_OnSelectionChanged" />
Expand Down

0 comments on commit e17543a

Please sign in to comment.