-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Windows窗口上边框无法调整大小 #954
Comments
添加 |
由于用了frameless,就自己实现了最小化、最大化、关闭按钮,所以加了 title-bar-dragger 用 -webkit-app-region: drag; 实现了窗口可以拖拽移动~。~ 你发的这个问题不是故意设计的,看起来像没意识到的副作用 |
我也是上次更新才发现的,然后试了下v1.5发现也是这样。一直没人意识到挺离谱的 |
可能没什么人在窗体顶部那里调整窗体大小吧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
错误描述
Windows窗口上边框无法调整大小
截图
运行环境
更多信息
看起来是
title-bar-dragger
的问题。是故意这样设计的吗,看相关代码是2年前的了。The text was updated successfully, but these errors were encountered: