Skip to content

Commit

Permalink
zindex change
Browse files Browse the repository at this point in the history
- now places the home button on top of the tab panel header to retain responsiveness when shrunk
  • Loading branch information
dnenov committed Dec 5, 2024
1 parent 6b5f430 commit ee76f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DynamoCoreWpf/Views/Core/DynamoView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
Width="42"
Height="42"
Margin="{Binding MinLeftMarginOffset, Converter={StaticResource LeftMarginConverter}}"
Panel.ZIndex="1"
BorderThickness="0"
Click="HomeButton_Click"
Cursor="Hand">
Expand Down

0 comments on commit ee76f78

Please sign in to comment.