Update MainWindow.xaml

确保popupbox在点击功能后不会自动关闭,方便测试或多次调整看效果
pull/3336/head
ShiinaRinne 2 years ago committed by GitHub
parent b663a7f52a
commit 5a5d7e0981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,6 +259,7 @@
<materialDesign:PopupBox
Padding="8,0"
HorizontalAlignment="Right"
StaysOpen="True"
Style="{StaticResource MaterialDesignToolForegroundPopupBox}">
<StackPanel Margin="8">
<Grid>

Loading…
Cancel
Save