diff options
author | sr55 <[email protected]> | 2018-09-28 21:59:37 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-09-28 21:59:37 +0100 |
commit | 77fa0c755330a25202203b3d4ad0974d141ce1cb (patch) | |
tree | c1a01c18af60609567c65a1fe4c5414561e206ce /win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml | |
parent | e1172af6f6c6d71241c950e0953a70755f5c5d17 (diff) |
WinGui: Improving Accessibility of the new Queue (and fixed a few other issues around the UI in this area too)
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml b/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml index 2ec3dcaa3..d17798a4b 100644 --- a/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml +++ b/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml @@ -31,7 +31,7 @@ <RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
- <Slider Maximum="{Binding TotalPreviews}" Minimum="0"
+ <Slider Maximum="{Binding TotalPreviews}" Minimum="0" AutomationProperties.Name="{x:Static Properties:ResourcesUI.StaticPreviewView_SelectPreviewImage}"
Value="{Binding SelectedPreviewImage}"
VerticalAlignment="Center"
HorizontalAlignment="Stretch"
|