Skip to content

Ellipsize long texts at the end #3338

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

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Ellipsize long texts at the end #3338

merged 1 commit into from
Jun 12, 2024

Conversation

amolenaar
Copy link
Member

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

Property editor becomes bigger if text is (too) long.

Issue Number: fixes #3235

What is the new behavior?

Text ellipsizes at the end if it's too long to fit in the text box.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

image

This ensures the property editor does not grow.
@github-actions github-actions bot added the python Pull requests that update Python code label Jun 2, 2024
@amolenaar amolenaar requested a review from danyeaw June 2, 2024 19:37
@danyeaw danyeaw added fix A fix for a bug and removed python Pull requests that update Python code labels Jun 12, 2024
Copy link
Member

@danyeaw danyeaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @amolenaar!

@danyeaw danyeaw merged commit 718a32f into main Jun 12, 2024
@danyeaw danyeaw deleted the long-text-fields branch June 12, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property page slot fields do not scroll or wrap.
2 participants