summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-10-15 22:31:50 +0100
committersr55 <[email protected]>2018-10-15 22:32:05 +0100
commitacee00072b04e9a86f9238fd1430e33e3b08a5d1 (patch)
tree95c333e9e60e4cf3d056d1bbe5fca12798156598 /win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
parentdead9539dccd4c43fba40c07ead4324b14379296 (diff)
WinGui: Fix a number of style inheritance issues.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
index 9bfd716eb..105f08d33 100644
--- a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
@@ -189,7 +189,7 @@
SelectionMode="Extended">
<ListBox.ItemContainerStyle>
- <Style TargetType="ListBoxItem">
+ <Style TargetType="ListBoxItem" BasedOn="{StaticResource {x:Type ListBoxItem}}">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Margin" Value="0,0,0,1" />
</Style>