Skip to content

Commit

Permalink
don't allow the user to tab to the toolbar button (#7691)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick authored Aug 3, 2023
1 parent edc083e commit dba3265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/Product/EnvironmentsList/ToolWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
d:DesignHeight="300" d:DesignWidth="800"
UseLayoutRounding="True"
SnapsToDevicePixels="True"
KeyboardNavigation.TabNavigation="Cycle"
KeyboardNavigation.ControlTabNavigation="Cycle"
Background="{DynamicResource {x:Static wpf:Controls.BackgroundKey}}"
TextElement.Foreground="{DynamicResource {x:Static wpf:Controls.ForegroundKey}}">
<UserControl.CommandBindings>
Expand Down

0 comments on commit dba3265

Please sign in to comment.