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

egui demo: Fix space reserved for source code link #3983

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

njust
Copy link
Contributor

@njust njust commented Feb 5, 2024

Clip the cell of the source code link to prevent the strip from growing infinitely if the reserved size for the link is not sufficient.

image

Closes #3980.

@emilk emilk added docs and examples Improving and adding documentation and examples egui exclude from changelog labels Feb 10, 2024
@emilk emilk changed the title Clip the cell of the source code link. egui demo: Fix space reserved for source code link Feb 10, 2024
@emilk
Copy link
Owner

emilk commented Feb 10, 2024

Thanks!

@emilk emilk merged commit 310d85a into emilk:master Feb 10, 2024
21 of 22 checks passed
emilk pushed a commit that referenced this pull request Feb 10, 2024
Clip the cell of the source code link to prevent the strip from growing
infinitely if the reserved size for the link is not sufficient.


![image](https://github.com/emilk/egui/assets/2380253/0cf214fc-addc-4212-90fc-d68834c1cfe7)

Closes <#3980>.
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Clip the cell of the source code link to prevent the strip from growing
infinitely if the reserved size for the link is not sufficient.


![image](https://github.com/emilk/egui/assets/2380253/0cf214fc-addc-4212-90fc-d68834c1cfe7)

Closes <emilk#3980>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs and examples Improving and adding documentation and examples egui exclude from changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using a custom font causes the table to grow infinitely
2 participants