mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
ToolTIps
This commit is contained in:
parent
3ea17254f3
commit
d92312a393
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
</StackPanel>
|
||||
</ListViewItem>
|
||||
<!--MSX-->
|
||||
<ListViewItem Height="60" x:Name="MSX" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<ListViewItem Height="60" x:Name="MSX" IsEnabled="{Binding PathsSet}" Cursor="Hand" ToolTip="Supports MSX and MSX2 Games">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UI/Images/msx.png"></Image>
|
||||
<TextBlock Text="MSX VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
|
|
Loading…
Reference in a new issue