summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
index 31a915fc1..dd9701a8b 100644
--- a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
+++ b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
@@ -148,7 +148,7 @@
</ListBox.ContextMenu>
<ListBox.ItemContainerStyle>
- <Style TargetType="{x:Type ListBoxItem}">
+ <Style TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource {x:Type ListBoxItem}}">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Margin" Value="0,0,0,1" />
</Style>
@@ -172,7 +172,7 @@
</Image.LayoutTransform>
<Image.Style>
- <Style TargetType="{x:Type Image}">
+ <Style TargetType="{x:Type Image}" BasedOn="{StaticResource {x:Type Image}}">
<Style.Triggers>
<DataTrigger Binding="{Binding Status, Converter={StaticResource enumComboConverter}}" Value="Waiting">
<Setter Property="Source" Value="..\Images\Movies.png" />
@@ -254,7 +254,7 @@
<StackPanel Orientation="Horizontal" >
<StackPanel.Resources>
- <Style TargetType="Button">
+ <Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="Padding" Value="8,2" />
</Style>
</StackPanel.Resources>
@@ -317,7 +317,7 @@
<Grid Style="{StaticResource LongToolTipHolder}" Margin="0,5,0,0" >
<Grid.Resources>
- <Style TargetType="TextBlock">
+ <Style TargetType="TextBlock" BasedOn="{StaticResource {x:Type TextBlock}}">
<Setter Property="Margin" Value="0,5,0,5" />
</Style>
</Grid.Resources>
@@ -372,7 +372,7 @@
<Grid Style="{StaticResource LongToolTipHolder}" Margin="0,5,0,0" Visibility="{Binding StatsVisible, Converter={StaticResource boolToVisConverter}}">
<Grid.Resources>
- <Style TargetType="TextBlock">
+ <Style TargetType="TextBlock" BasedOn="{StaticResource {x:Type TextBlock}}">
<Setter Property="Margin" Value="0,5,0,5" />
</Style>
</Grid.Resources>