mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-09 13:59:13 +00:00
Remove Name Nesting in User Selector View
This commit is contained in:
@@ -63,23 +63,21 @@
|
|||||||
<Image
|
<Image
|
||||||
Width="96"
|
Width="96"
|
||||||
Height="96"
|
Height="96"
|
||||||
|
Margin="0,0,0,10"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
Source="{Binding Image, Converter={x:Static helpers:BitmapArrayValueConverter.Instance}}" />
|
Source="{Binding Image, Converter={x:Static helpers:BitmapArrayValueConverter.Instance}}" />
|
||||||
<Panel
|
<StackPanel Height="30" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||||
Height="40"
|
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
VerticalAlignment="Stretch">
|
|
||||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Text="{Binding Name}"
|
Text="{Binding Name}"
|
||||||
MaxWidth="90"
|
MaxWidth="90"
|
||||||
TextAlignment="Center"
|
TextAlignment="Center"
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
VerticalAlignment="Center"
|
||||||
TextTrimming="CharacterEllipsis"
|
TextTrimming="CharacterEllipsis"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
MaxLines="2" />
|
MaxLines="2" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Panel>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border
|
<Border
|
||||||
|
|||||||
Reference in New Issue
Block a user