|
@@ -282,10 +282,9 @@
|
|
|
Padding="8,4"
|
|
|
x:Name="HistoryFileButton">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Path
|
|
|
- Data="{StaticResource FilePropertiesGeometry}"
|
|
|
- Fill="{StaticResource Brush0}"
|
|
|
+ <Image
|
|
|
Height="12"
|
|
|
+ Source="{StaticResource SquareLibrary}"
|
|
|
Stretch="Fill"
|
|
|
Width="12"
|
|
|
x:Name="HistoryFileButtonPath" />
|
|
@@ -735,11 +734,9 @@
|
|
|
IsEnabled="{CompiledBinding PicViewer.FileInfo.Value,
|
|
|
Converter={x:Static ObjectConverters.IsNotNull}}">
|
|
|
<MenuItem.Icon>
|
|
|
- <Path
|
|
|
- Data="{StaticResource FilePropertiesGeometry}"
|
|
|
- Fill="{StaticResource Brush0}"
|
|
|
+ <Image
|
|
|
Height="12"
|
|
|
- Stretch="Fill"
|
|
|
+ Source="{StaticResource FileUserImage}"
|
|
|
Width="12" />
|
|
|
</MenuItem.Icon>
|
|
|
</MenuItem>
|
|
@@ -749,7 +746,7 @@
|
|
|
<MenuItem.Icon>
|
|
|
<Image
|
|
|
Height="12"
|
|
|
- Source="{StaticResource BatchResizeImage}"
|
|
|
+ Source="{StaticResource UpscaleImage}"
|
|
|
Width="12" />
|
|
|
</MenuItem.Icon>
|
|
|
</MenuItem>
|
|
@@ -759,7 +756,7 @@
|
|
|
<MenuItem.Icon>
|
|
|
<Image
|
|
|
Height="12"
|
|
|
- Source="{StaticResource BatchResizeImage}"
|
|
|
+ Source="{StaticResource UpscaleImage}"
|
|
|
Width="12" />
|
|
|
</MenuItem.Icon>
|
|
|
</MenuItem>
|