summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Controls/NumberBox.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Controls/NumberBox.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Controls/NumberBox.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Controls/NumberBox.xaml b/win/CS/HandBrakeWPF/Controls/NumberBox.xaml
index 1a9dbe6af..d1f6ce1d7 100644
--- a/win/CS/HandBrakeWPF/Controls/NumberBox.xaml
+++ b/win/CS/HandBrakeWPF/Controls/NumberBox.xaml
@@ -151,7 +151,7 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Button AutomationProperties.Name="Increase Number"
- Style="{StaticResource UpButton}"
+ Style="{StaticResource UpButton}" IsTabStop="False"
Grid.Row="0"
FontSize="4"
PreviewMouseLeftButtonDown="UpButtonMouseLeftButtonDown"
@@ -161,7 +161,7 @@
Points="4,0 0,4 8,4" />
</Button>
<Button AutomationProperties.Name="Decrease Number"
- Style="{StaticResource DownButton}"
+ Style="{StaticResource DownButton}" IsTabStop="False"
Grid.Row="1"
FontSize="4"
PreviewMouseLeftButtonDown="DownButtonMouseLeftButtonDown"