Replies: 1 comment
-
Try the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Conditions:
Old version
page.window_title_bar_hidden = True
page.window_frameless = True
New version
page.window.title_bar_hidden = True
page.window.frameless = True
Expectations/ideas:
When hiding the title bar and creating a borderless window, I hope that the window border can still achieve the original system's mouse click and drag the border edge to modify the window size. This design will make our window more flexible. I hope to adopt this idea.
Or, can you teach me how I should modify the code in the current version to achieve this effect?
Looking forward to your reply, thank you.
Beta Was this translation helpful? Give feedback.
All reactions