mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-10 14:50:19 +00:00
UserSelector Max Width Back at 90
This commit is contained in:
parent
07ef8e9c9a
commit
8548d35620
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<TextBlock
|
||||
Text="{Binding Name}"
|
||||
MaxWidth="85"
|
||||
MaxWidth="90"
|
||||
TextAlignment="Center"
|
||||
TextTrimming="CharacterEllipsis"
|
||||
TextWrapping="Wrap"
|
||||
|
|
|
|||
Loading…
Reference in a new issue