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> <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}"