修复过大的遮罩层

This commit is contained in:
liufei
2022-01-07 20:00:00 +08:00
parent e9a3726bb4
commit e9dbc3e5b9

View File

@@ -139,7 +139,7 @@ namespace GeekDesk.Control.Windows
private void CustomButton_Click(object sender, RoutedEventArgs e)
{
HandyControl.Controls.Dialog.Show(new CustomIconUrlDialog(appConfig));
HandyControl.Controls.Dialog.Show(new CustomIconUrlDialog(appConfig), "IconUrlDialog");
}