|
@@ -20,8 +20,6 @@
|
|
|
<Style x:Key="ThumbnailListBoxItemStyle" TargetType="{x:Type ListBoxItem}">
|
|
|
<Setter Property="SnapsToDevicePixels" Value="True"/>
|
|
|
<Setter Property="Padding" Value="4,1"/>
|
|
|
- <Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}"/>
|
|
|
- <Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}"/>
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
<Setter Property="BorderBrush" Value="Transparent"/>
|
|
|
<Setter Property="BorderThickness" Value="1"/>
|