Skip to content

Issue #922: Improve refresh button positioning - #1024

Open
kush2439p wants to merge 1 commit into
checkstyle:masterfrom
kush2439p:agent/fix-refresh-button-position
Open

Issue #922: Improve refresh button positioning#1024
kush2439p wants to merge 1 commit into
checkstyle:masterfrom
kush2439p:agent/fix-refresh-button-position

Conversation

@kush2439p

Copy link
Copy Markdown

Summary

  • keep the Checkstyle configuration refresh button next to the rebuild preference
  • prevent the button from consuming spare horizontal space and being pushed to the edge of the preferences page

Root cause

The refresh button's grid data grabbed all excess horizontal space and aligned the button at the far end of that expanded cell. On laptop-sized displays, this could leave the button partially clipped and contribute to horizontal scrolling.

User impact

The refresh action remains fully visible beside the rebuild dropdown at narrower resolutions, including the 1536 x 864 scenario reported in #922.

Validation

  • git diff --check
  • attempted ./mvnw.cmd -pl net.sf.eclipsecs.ui -am verify; dependency download completed, but Tycho stalled while resolving the Eclipse target platform in the sandbox

Fixes #922

@kush2439p
kush2439p marked this pull request as ready for review August 13, 2026 04:43
@kush2439p
kush2439p force-pushed the agent/fix-refresh-button-position branch from 08d8be7 to de68e65 Compare August 13, 2026 06:32
@kush2439p

Copy link
Copy Markdown
Author

Hi maintainers, following up on this PR since it has been open for several weeks without review. The layout fix is ready for review, and I am happy to adjust it or provide any additional validation you need. Thank you.

@Calixte

Calixte commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

It was not reviewed because it was in Draft mode and I assumed you were still testing it.
Do you have a screenshot of the change?

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.

Improve refresh button positioning for laptops

2 participants