Border bei Einstellungen

This commit is contained in:
2025-07-07 11:52:52 +02:00
parent 5231120a88
commit 493c0afe29

View File

@@ -359,11 +359,13 @@
Height="auto"
IsOpen="{Binding IsSettingsOpen}"
Placement="Center"
StaysOpen="False">
StaysOpen="False"
AllowsTransparency="True">
<Border
Padding="5"
Background="{DynamicResource NavigationContentBrush}"
BorderThickness="1"
BorderBrush="Black"
CornerRadius="5">
<ai:AiConfigView />
</Border>