-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Improve window resizing on Windows #164
Comments
You can try to set min size and max size, like this: root {
min-width: 900px;
max-width: 900px;
min-height: 600px;
max-height: 600px;
} |
This seems like a solution, but there are problems:
|
What do you think of the following solution?
|
Completely agree |
For the problem in your screenshot, LCUI dose not re-render content when resizing window, I found a solution: https://www.gamedev.net/forums/topic/651599-rendering-freezing-when-dragresize-window/ |
lc-soft
added a commit
that referenced
this issue
Oct 31, 2018
lc-soft
added a commit
that referenced
this issue
Oct 31, 2018
lc-soft
added a commit
that referenced
this issue
Nov 11, 2018
lc-soft
added a commit
that referenced
this issue
Nov 11, 2018
lc-soft
added a commit
that referenced
this issue
Nov 18, 2018
lc-soft
added a commit
that referenced
this issue
Nov 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...Or at least make window border non-resizeable (for example, if root width & height properties set in css)
The text was updated successfully, but these errors were encountered: