mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-15 02:34:48 +00:00
UI: Fix off-screen compat entry game names
This commit is contained in:
parent
bda699f68e
commit
056f56bc70
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue