Skip to content

Commit

Permalink
Add tooltips with URL to server info buttons (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
  • Loading branch information
eoineoineoin and eoineoineoin authored Sep 13, 2024
1 parent 70d58a8 commit b548829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Launcher/Views/ServerInfoLinkControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Design.DataContext>
<models:ServerInfoLink />
</Design.DataContext>
<Button Click="Button_OnClick" HorizontalContentAlignment="Stretch">
<Button Click="Button_OnClick" HorizontalContentAlignment="Stretch" ToolTip.Tip="{Binding Url}">
<views:IconLabel Name="IconLabel" Content="{Binding Name}" />
</Button>
</UserControl>

0 comments on commit b548829

Please sign in to comment.