-
Notifications
You must be signed in to change notification settings - Fork 364
fix #5138 #5139
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
fix #5138 #5139
Conversation
Did you just revert all my changes? |
The vertical/horizontal scrollbar are set for the only for the variable table. I was unaware that these changes was set by you but with your changes, if in the variables' table you have very long variables' values (for example we have email messages templates as variable values), the width of the dialog exceeds the visible area of the screen and you are unable to resize it. With our changes that case makes the horizontal bar of the table appear so we can scroll horizontally and the dialog keeps a consistent size. Moreover dialog's left and right margins are consistent. I think is much better |
About your first picture, IMHO having the dialog with a size that does't display the the variables' table is not properly correct because table's content is part of the project configuration therefore I'm personally not in favor of adding a vertical scrollbar not only for this case but in any case. But this is only my personal opinion. I think that the computer must give me the possibility to view the dialog in it's entirety even if very small Instead of adding dialog's scrollbars I'm personally more in favor of redistributing the upper input fields over a set of tabs to reduce their height. About the second issue, that's a good point but is not the case of the project's dialog as far as I remember. |
While I do agree on that point, |
I will add the vertical scrollbar |
using my original code and adding |
Let me have a look and I'll let you know |
closing this in favor of #5171 |
fix #5138 Project Dialog, minor layout issues needs to be fixed
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean install apache-rat:check
to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.git rebase -i
.addresses #123
), if applicable.To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.