|
@@ -39,7 +39,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource RecycleGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -56,7 +56,7 @@
|
|
|
CommandParameter="{CompiledBinding PicViewer.FileInfo.FullName,
|
|
|
FallbackValue=''}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
Icon="{StaticResource PortalImage}"
|
|
|
IconHeight="17"
|
|
@@ -75,7 +75,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource OpenWithGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -93,7 +93,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource PrintGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -110,7 +110,7 @@
|
|
|
CommandParameter="{CompiledBinding PicViewer.FileInfo.FullName,
|
|
|
FallbackValue=''}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Icon="{StaticResource CopyImages}"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -128,7 +128,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource CopyGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -146,7 +146,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource DuplicateGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -164,7 +164,7 @@
|
|
|
FallbackValue=''}"
|
|
|
Data="{StaticResource ShowInFolderGeometry}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Height="28"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -183,7 +183,7 @@
|
|
|
CommandParameter="{CompiledBinding PicViewer.FileInfo.FullName,
|
|
|
FallbackValue=''}"
|
|
|
DockPanel.Dock="Right"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Icon="{StaticResource StarOffImage}"
|
|
|
IconHeight="17"
|
|
|
IconWidth="17"
|
|
@@ -195,7 +195,7 @@
|
|
|
<TextBlock
|
|
|
Classes="txt"
|
|
|
DockPanel.Dock="Left"
|
|
|
- Foreground="{DynamicResource MainTextColor}"
|
|
|
+ Foreground="{StaticResource SecondaryTextColor}"
|
|
|
Text="{CompiledBinding Translation.ImageInfo}"
|
|
|
TextAlignment="Center" />
|
|
|
|