Fixes #31: Fix vertical alignment bug in columns#32
Conversation
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.
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This workflow scans pull requests for overlapping file changes using the jules-merge tool.
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
gravityoftime_containeranddate_containerin allwidget_layout_*.xmlfiles fromcenter_verticaltotop. 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