优化交互显示界面

This commit is contained in:
liufei
2021-07-29 17:04:36 +08:00
parent 3c78b058cf
commit 0a89255ad2
5 changed files with 116 additions and 52 deletions

View File

@@ -10,7 +10,7 @@ using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using static GeekDesk.Util.ShowWindowFollowMouse;
namespace GeekDesk.Control.Windows
{
@@ -132,6 +132,7 @@ namespace GeekDesk.Control.Windows
window = new IconfontWindow(listInfo, menuInfo);
}
window.Show();
ShowWindowFollowMouse.Show(window, MousePosition.LEFT_CENTER, 0, 0);
}
private void CustomButton_Click(object sender, RoutedEventArgs e)