mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 05:02:03 +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">
|
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Text="{Binding Name}"
|
Text="{Binding Name}"
|
||||||
MaxWidth="85"
|
MaxWidth="90"
|
||||||
TextAlignment="Center"
|
TextAlignment="Center"
|
||||||
TextTrimming="CharacterEllipsis"
|
TextTrimming="CharacterEllipsis"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue