|
@@ -270,8 +270,6 @@
|
|
CommandParameter="0"
|
|
CommandParameter="0"
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Height="46"
|
|
Height="46"
|
|
- IsEnabled="{CompiledBinding PicViewer.FileInfo,
|
|
|
|
- Converter={x:Static ObjectConverters.IsNotNull}}"
|
|
|
|
ToolTip.Tip="{CompiledBinding Translation.Slideshow,
|
|
ToolTip.Tip="{CompiledBinding Translation.Slideshow,
|
|
Mode=OneWay}"
|
|
Mode=OneWay}"
|
|
x:Name="SlideShowButton">
|
|
x:Name="SlideShowButton">
|
|
@@ -392,6 +390,7 @@
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Height="46"
|
|
Height="46"
|
|
IsChecked="{CompiledBinding PicViewer.IsShowingSideBySide}"
|
|
IsChecked="{CompiledBinding PicViewer.IsShowingSideBySide}"
|
|
|
|
+ IsEnabled="{CompiledBinding !IsSingleImage}"
|
|
ToolTip.Tip="{CompiledBinding Translation.SideBySideTooltip}">
|
|
ToolTip.Tip="{CompiledBinding Translation.SideBySideTooltip}">
|
|
<TextBlock
|
|
<TextBlock
|
|
Classes="txt btnTxt"
|
|
Classes="txt btnTxt"
|
|
@@ -407,6 +406,7 @@
|
|
Command="{CompiledBinding ToggleBottomGalleryCommand}"
|
|
Command="{CompiledBinding ToggleBottomGalleryCommand}"
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Foreground="{DynamicResource MainTextColor}"
|
|
Height="46"
|
|
Height="46"
|
|
|
|
+ IsEnabled="{CompiledBinding !IsSingleImage}"
|
|
ToolTip.Tip="{CompiledBinding Translation.IsShowingBottomGallery,
|
|
ToolTip.Tip="{CompiledBinding Translation.IsShowingBottomGallery,
|
|
Mode=OneWay}"
|
|
Mode=OneWay}"
|
|
Width="300">
|
|
Width="300">
|