Skip to content

Commit

Permalink
Moved tooltip out of border.
Browse files Browse the repository at this point in the history
*I didn't expect this to work, but here we are*
  • Loading branch information
MistaOmega committed Oct 2, 2024
1 parent 5d4479f commit 9e389d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NexusMods.App.UI/WorkspaceSystem/Panel/PanelView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
<Button x:Name="AddTabButton1"
Margin="12 12 10 12"
Classes="PanelTitlebar AddTab" >
<ToolTip.Tip>
<TextBlock Text="{x:Static resources:Language.Panel_Add_tab_ToolTip}" />
</ToolTip.Tip>
</Button>
</Border>
<ToolTip.Tip>
<TextBlock Text="{x:Static resources:Language.Panel_Add_tab_ToolTip}" />
</ToolTip.Tip>
</Grid>

</ScrollViewer>
Expand Down

0 comments on commit 9e389d1

Please sign in to comment.