mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 14:49:05 +00:00
Center listbox elements in ProfileSelectorDialog
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<StackPanel>
|
<StackPanel>
|
||||||
<ListBox
|
<ListBox
|
||||||
MaxHeight="300"
|
MaxHeight="300"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
ItemsSource="{Binding Profiles}"
|
ItemsSource="{Binding Profiles}"
|
||||||
|
|||||||
Reference in New Issue
Block a user