Skip to content

Fixes #31: Fix vertical alignment bug in columns#32

Merged
LeanBitLab merged 3 commits intomainfrom
fix/issue-31-vertical-alignment-18070077943382721483
Apr 30, 2026
Merged

Fixes #31: Fix vertical alignment bug in columns#32
LeanBitLab merged 3 commits intomainfrom
fix/issue-31-vertical-alignment-18070077943382721483

Conversation

@LeanBitLab
Copy link
Copy Markdown
Owner

Fixes #31

This PR fixes a vertical alignment bug in the main widget layout where the size of an item in the right column increases and causes its top margin/spacing to incorrectly increase as well.

The fix involves changing the gravity of time_container and date_container in all widget_layout_*.xml files from center_vertical to top. This ensures the top edges of both left and right column items remain perfectly aligned at the top, regardless of the size of the right item. It now expands downwards as expected.


PR created automatically by Jules for task 18070077943382721483 started by @LeanBitLab

Changed gravity from "center_vertical" to "top" in layout XML files for `time_container` and `date_container`. This ensures that when the items in the right column (which uses padding for positioning, or expands due to text size) increase in size, the left side components remain properly top-aligned and only expand downwards rather than being centered vertically.
@google-labs-jules
Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions github-actions Bot added the fleet-merge-ready Ready for fleet sequential merge label Apr 30, 2026
@github-actions github-actions Bot added this to the V1.0 Fixes milestone Apr 30, 2026
LeanBitLab and others added 2 commits April 30, 2026 19:07
This workflow scans pull requests for overlapping file changes using the jules-merge tool.
@LeanBitLab LeanBitLab merged commit b467a2f into main Apr 30, 2026
1 of 2 checks passed
@LeanBitLab LeanBitLab deleted the fix/issue-31-vertical-alignment-18070077943382721483 branch May 1, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fleet-merge-ready Ready for fleet sequential merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix vertical alignment bug in columns

1 participant