Popup Speichern Prompt bei Maus Position + Config View

This commit is contained in:
2026-03-31 13:17:19 +02:00
parent 649dede186
commit 6df2fe7c8e
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,9 @@
<Setter Property="IsMoveToPointEnabled" Value="True" />
</Style>
<Style BasedOn="{StaticResource PopupBlackLabel}" TargetType="{x:Type Label}" />
<Style BasedOn="{StaticResource BaseRadioButton}" TargetType="{x:Type RadioButton}" >
<Setter Property="Foreground" Value="Black"/>
</Style>
</ResourceDictionary>
</UserControl.Resources>
<StackPanel>

View File

@@ -603,7 +603,7 @@
<Popup
x:Name="popup_message_save"
IsOpen="{Binding IsSavePromptOpen}"
Placement="Center"
Placement="Mouse"
PlacementTarget="{Binding ElementName=root}"
StaysOpen="False">
<Border BorderBrush="Black" BorderThickness="1">