Center listbox elements in ProfileSelectorDialog

This commit is contained in:
_Neo_ 2025-12-20 16:36:51 +02:00
parent 76dd747811
commit 8c6b642129

View file

@ -20,7 +20,7 @@
<StackPanel>
<ListBox
MaxHeight="300"
HorizontalAlignment="Stretch"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Background="Transparent"
ItemsSource="{Binding Profiles}"