-
Notifications
You must be signed in to change notification settings - Fork 4
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
MsgBox sizing and rendering #323
Comments
mqasim23
added a commit
to mqasim23/ewc-client
that referenced
this issue
Dec 17, 2024
cursork
added a commit
that referenced
this issue
Dec 17, 2024
cursork
added a commit
that referenced
this issue
Dec 17, 2024
…ering Revert "#323 msg box sizing fixed"
cursork
added a commit
that referenced
this issue
Dec 17, 2024
cursork
added a commit
that referenced
this issue
Dec 17, 2024
…sizing-rendering #323 msg box sizing fixed
cursork
added a commit
that referenced
this issue
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A couple of issues:
The size of the box isn't dynamic (demo in ewc branch issue/msgbox-size )
{"WX":{"Info":[["MB1",150,300]],"WGID":"25"}}
as a message from client to server doesn't give us much useful information in itself, we could make the Info just []?The corners should only be rounded on the edges, not inside the message box. Setting border-top-left-radius and border-top-right-radius to zero, for the bottom section containing the buttons, for example. Reverse that for the top.
The text was updated successfully, but these errors were encountered: