Popup Speichern Prompt bei Maus Position + Config View
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user