-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixed an issue where the text in the properties dialog would get cut off in some languages #2484
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
Conversation
…t off in some languages. - Changed the "ok" button in the properties dialog to "apply"
"Apply" is inconsistent with Windows design guidelines |
Do you have a link? |
Do you have any links regarding the guidelines? The links you shared are regarding the order, not the text. |
https://docs.microsoft.com/en-us/windows/win32/uxguide/win-property-win#commit-buttons
If we want to keep the Apply button, it must not close the window, it should only save the changes. |
That's a good point, we should probably have all three buttons. |
…d get cut off in some languages." This reverts commit 2421ad0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes LGTM
Fixes #2410