Skip to content

Commit

Permalink
UI: Fix off-screen compat entry game names
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Mar 6, 2025
1 parent bda699f commit 056f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/UI/Windows/CompatibilityListWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<DataTemplate DataType="{x:Type systems:CompatibilityEntry}">
<Grid MinWidth="800"
Margin="10"
ColumnDefinitions="*,Auto,Auto,*"
ColumnDefinitions="Auto,Auto,Auto,*"
Background="Transparent"
ToolTip.Tip="{Binding LocalizedLastUpdated}">
<TextBlock Grid.Column="0"
Expand Down

0 comments on commit 056f56b

Please sign in to comment.