|
@@ -36,7 +36,7 @@
|
|
|
BorderThickness="1" BorderBrush="Black"
|
|
|
Background="{StaticResource MainColor}"
|
|
|
Margin="5, 0, 10, 0">
|
|
|
- <Image Source="{Binding Layer.LayerBitmap, ElementName=uc}" Stretch="Uniform" Width="25" Height="25"
|
|
|
+ <local1:PlainLayerView TargetLayer="{Binding Layer, ElementName=uc}" Width="25" Height="25"
|
|
|
RenderOptions.BitmapScalingMode="NearestNeighbor"/>
|
|
|
</Border>
|
|
|
<Image Margin="0 0 5 0" Width="20" Source="/Images/Layer-add.png" Visibility="{Binding Layer, ElementName=uc, Converter={converters:NullToVisibilityConverter}}"/>
|