-
Notifications
You must be signed in to change notification settings - Fork 166
Links in empty Package Explorer are cut off #2003
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
Comments
@HeikoKlare : eclipse-platform/eclipse.platform.ui#2868 is the trigger for the preference being enabled now, but I guess the real bug in in SWT. |
cc @akoch-yatta |
My initial analysis revealed that the issue is in the Line 697 in 0fe4a76
I noticed that this only happens with certain widths and when changing to monitors with zoom != 100. Decreasing the width of the panel forces a recalculation and it fixes the issue. Increasing the width again reproduces the issue. I'm going to look at it more in detail later this week and try to propose a fix. If anyone has an idea, it's appreciated. |
Caused by #1769 (@akoch-yatta) |
This commit extends the logic when a Rectangle is scaled up/down from points to pixels regarding width and height. Fixes eclipse-platform#2003
This commit extends the logic when a Rectangle is scaled up/down from points to pixels regarding width and height. Fixes eclipse-platform#2003
This commit extends the logic when a Rectangle is scaled up/down from points to pixels regarding width and height. Fixes eclipse-platform#2003
This commit extends the logic when a Rectangle is scaled up/down from points to pixels regarding width and height. Fixes eclipse-platform#2003
This commit extends the logic when a Rectangle is scaled up/down from points to pixels regarding width and height. Fixes #2003
Reopening as the solution attempt introduced a regression and had to be reverted: #2095 We will propose an updated fix soon. |
This commit adjusts the grid layout in EmptyWorkspaceHelper to address an issue in Windows with monitor specific scaling active. This commit will not fully solve the issue, but significantly lower the scenarios when it is triggered. Contributes to eclipse-platform/eclipse.platform.swt#2003
This commit adjusts the grid layout in EmptyWorkspaceHelper to address an issue in Windows with monitor specific scaling active. This commit will not fully solve the issue, but significantly lower the scenarios when it is triggered. Contributes to eclipse-platform/eclipse.platform.swt#2003
Hi, I still see this issue on latest build I am on default scaling provided by windows 11(125% recommended) on my laptop. |
This commit adjusts the grid layout in RepositoriesView when no repositories are added yet to address an issue in Windows with monitor specific scaling active. Contributes to eclipse-platform/eclipse.platform.swt#2003
I'm using Windows 11 with 125% monitor scaling.
It looks like one of the recent changes broke the dimensions calculation for Link elements, because they are cut off now:
Switching "Monitor specific UI scaling" off fixes the problem:
Note: I have a notebook with a single built-in monitor and no other monitors connected to it.
The text was updated successfully, but these errors were encountered: