Update: Compatibility list

See merge request ryubing/ryujinx!29
This commit is contained in:
Goodfeat
2025-06-09 02:54:45 -05:00
committed by GreemDev
parent a16764d191
commit ef02194a77
5 changed files with 615 additions and 57 deletions

View File

@@ -372,6 +372,12 @@
<Setter Property="BorderThickness"
Value="2"/>
</Style>
<Style Selector="Border.listbox-item-style">
<Setter Property="Padding" Value="10" />
<Setter Property="Margin" Value="5,0,5,0" />
<Setter Property="CornerRadius" Value="5" />
<Setter Property="Background" Value="{DynamicResource AppListBackgroundColor}" />
</Style>
<Style Selector="ListBox ListBoxItem:selected /template/ ContentPresenter">
<Setter Property="Background"
Value="{DynamicResource AppListBackgroundColor}" />