Skip to content

Commit

Permalink
Added tooltip explanation to CarListView
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelChocomel committed Apr 7, 2022
1 parent ce32073 commit 75737a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACCBroadcaster/Views/Broadcasting/CarListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<TextBlock Style="{StaticResource TextStyle}" Width="100">Current</TextBlock>
<TextBlock Style="{StaticResource TextStyle}" Width="100">Last</TextBlock>
<TextBlock Style="{StaticResource TextStyle}" Width="100">Best</TextBlock>
<SymbolIcon Symbol="Help" ToolTipService.ToolTip="Left click to change focused car. Right click to change focused car and camera, or start a replay for selected car." Width="40"></SymbolIcon>
</StackPanel>
<ItemsControl Name="CarLV" ItemsSource="{Binding Cars}" IsTapEnabled="True" Tapped="OnCarClicked">
<ItemsControl.ItemTemplate>
Expand Down

0 comments on commit 75737a7

Please sign in to comment.