Skip to content
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

MDInputDialog not displaying correctly on android landscape orientation #71

Closed
ocobacho opened this issue Jun 18, 2019 · 1 comment
Closed
Labels
Scope: UIX UI components Type: Bug Bug report/Bug fix

Comments

@ocobacho
Copy link

On android MDInputDialog shows ok on portrait orientation but in landscape the label of the input gets out of the dialog.

@Jonatanjrss
Copy link

@ocobacho, I ran the sample code that has inside the dialog.py file of the kivymd source code and I got the same problem as you. However I realized that the problem is not in MDInputDialog. I believe that when creating the MDInputDialog you are passing size_hint = (.8, .4) to it, if you pass size_hint = (.8, .5) or size_hint = (.8, .6)instead your problem will be solved, at least it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: UIX UI components Type: Bug Bug report/Bug fix
Projects
None yet
Development

No branches or pull requests

4 participants