Skip to content

Issue #922: Improve refresh button positioning#1024

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

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

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

1 participant