Skip to content

Commit

Permalink
Moved tooltip out of border. (#2119)
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 authored Oct 3, 2024
1 parent 949762f commit bd0a712
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 bd0a712

Please sign in to comment.