mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 06:02:07 +00:00
Some more adjustments
This commit is contained in:
parent
85dad79581
commit
b26375cc4b
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@
|
||||||
SelectionChanged="ProfilesList_SelectionChanged">
|
SelectionChanged="ProfilesList_SelectionChanged">
|
||||||
<ListBox.ItemsPanel>
|
<ListBox.ItemsPanel>
|
||||||
<ItemsPanelTemplate>
|
<ItemsPanelTemplate>
|
||||||
<UniformGrid Columns="5" />
|
<WrapPanel
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
VerticalAlignment="Center"
|
||||||
|
Orientation="Horizontal"/>
|
||||||
</ItemsPanelTemplate>
|
</ItemsPanelTemplate>
|
||||||
</ListBox.ItemsPanel>
|
</ListBox.ItemsPanel>
|
||||||
<ListBox.Styles>
|
<ListBox.Styles>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue