Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows7窗口左右下边,会有个边框,但顶部没有。有办法让顶部也出现边框么 #417

Open
6ag opened this issue Nov 10, 2023 · 4 comments

Comments

@6ag
Copy link

6ag commented Nov 10, 2023

0594cfafc00cb51235aea7d028a6430d

@No06
Copy link

No06 commented Jan 18, 2024

在 win10 上也遇到了同样的问题,顶部无法拉高窗口,也没有窗口自带边框和阴影

@ilgnefz
Copy link

ilgnefz commented Jan 19, 2024

直接隐藏系统默认的边框

windowManager.waitUntilReadyToShow(windowOptions, () async {
      ...
      await windowManager.setAsFrameless();
});

@No06
Copy link

No06 commented Jan 19, 2024

直接隐藏系统默认的边框

windowManager.waitUntilReadyToShow(windowOptions, () async {
      ...
      await windowManager.setAsFrameless();
});

直接隐藏的话没法拖动边框放大缩小了

@ilgnefz
Copy link

ilgnefz commented Jan 19, 2024

直接隐藏系统默认的边框

windowManager.waitUntilReadyToShow(windowOptions, () async {
      ...
      await windowManager.setAsFrameless();
});

直接隐藏的话没法拖动边框放大缩小了

有两个组件DragToMoveArea和DragToResizeArea包裹一下,文档里没写,在win10百灵创作也有你这个bug,上面没有黑边,其他边有。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants