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

TableCombo dropdown doesn't scale the drop down after the dpi change #620

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ShahzaibIbrahim
Copy link
Contributor

@ShahzaibIbrahim ShahzaibIbrahim commented Nov 27, 2024

During the dpi change, when you try to open the combo drop down for the first time, the size of the drop down is smaller and looks weird. Recreating popup when resize event occurs solves the issue.

Before Fix

image

After Fix

image

HOW TO TEST

  • Run the TableComboSnippet1 with the following VM Arguments
-Dswt.autoScale=quarter
-Dswt.autoScale.updateOnRuntime=true
  • Click on drop down arrow
  • Move the window to other screen
  • Try opening the drop down again
  • See if the drop down menu is same width as the combo box.

@merks merks merged commit 907f49d into EclipseNebula:master Nov 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TableCombo in Nebula doesn't scale the drop down after the dpi change
2 participants