mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-26 01:36:59 +00:00
Remove Name Nesting in User Selector View
This commit is contained in:
parent
9e2837d885
commit
80df6e2336
1 changed files with 4 additions and 6 deletions
|
|
@ -63,23 +63,21 @@
|
|||
<Image
|
||||
Width="96"
|
||||
Height="96"
|
||||
Margin="0,0,0,10"
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Top"
|
||||
Source="{Binding Image, Converter={x:Static helpers:BitmapArrayValueConverter.Instance}}" />
|
||||
<Panel
|
||||
Height="40"
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch">
|
||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<StackPanel Height="30" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||
<TextBlock
|
||||
Text="{Binding Name}"
|
||||
MaxWidth="90"
|
||||
TextAlignment="Center"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
TextTrimming="CharacterEllipsis"
|
||||
TextWrapping="Wrap"
|
||||
MaxLines="2" />
|
||||
</StackPanel>
|
||||
</Panel>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
<Border
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue