summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-09-22 16:51:04 +0100
committersr55 <[email protected]>2019-09-22 17:09:21 +0100
commit63c732376f959699e0d199232dae8a08846f3595 (patch)
tree8c93aa42b29e10bf884f6a6517b8793541c36b5b /win/CS
parent2c2303312c33f8bf82f6c390c9f36f55c986dd2f (diff)
WinGui: Fix missing tooltip with x264 advanced options on Video Tab.
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/HandBrakeWPF/Views/VideoView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml
index 3223a4910..eb0e3ff3d 100644
--- a/win/CS/HandBrakeWPF/Views/VideoView.xaml
+++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml
@@ -178,7 +178,7 @@
<!-- Row 3 -->
<TextBlock Text="{x:Static Properties:Resources.VideoView_ExtraOptions}" Grid.Row="4" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" />
<TextBox Text="{Binding ExtraArguments, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextWrapping="WrapWithOverflow"
- AutomationProperties.Name="{x:Static Properties:Resources.VideoView_ExtraOptions}"
+ AutomationProperties.Name="{x:Static Properties:Resources.VideoView_ExtraOptions}" ToolTip="{Binding FullOptionsTooltip}"
Grid.Row="4" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,2" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" VerticalContentAlignment="Stretch" >
<TextBox.ContextMenu>
<ContextMenu>