mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 13:32:05 +00:00
Center listbox elements in ProfileSelectorDialog
This commit is contained in:
parent
76dd747811
commit
8c6b642129
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<StackPanel>
|
||||
<ListBox
|
||||
MaxHeight="300"
|
||||
HorizontalAlignment="Stretch"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Background="Transparent"
|
||||
ItemsSource="{Binding Profiles}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue