-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Width and height paramters for the file selection dialog. #18
Comments
Width and height work fine if they are specified in the call. However if they are not and the defaults are used I get this error message: Traceback (most recent call last): |
Hi Ken, The problem is that you have to use the 'labels' of the parameters for the title and the message: |
Yes, my mistake. All works fine thanks. |
It would be good to have the width and height of the FileSelectionDialog as parameters. As a fix I changed the height of the FileSelectionDialog locally in gui.py but the number of entries displayed does not change with the height
The text was updated successfully, but these errors were encountered: