Replies: 5 comments 8 replies
|
Are you saying that you want the dialog to be smaller by default than it is in that screenshot (such that it is only as big as its contents)? If so, we could potentially do that. |
0 replies
|
You are right dialog is correct size actually TextField is bigger than then buttons width
|
3 replies
|
Here is the full code -> |
0 replies
|
I ran your example code, and the issue is not the text field but rather the default minimum dialog size of 400dp that we are setting. Therefore, we will add an option that allows you to disable that default minimum size soon. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
I have a dialog as follow I want core.Body to auto resize to fit it contents ->

All reactions