Skip to content

Fix ancestors scroll view expanding to full height - #2816

Open
antons wants to merge 1 commit into
git-up:masterfrom
antons:feature/fix-ancestors-scroll-view-height
Open

Fix ancestors scroll view expanding to full height#2816
antons wants to merge 1 commit into
git-up:masterfrom
antons:feature/fix-ancestors-scroll-view-height

Conversation

@antons

@antons antons commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This fixes the ancestors view not filling all available vertical space, analogous to #2802 and 2bba54d.

I AGREE TO THE GITUP CONTRIBUTOR LICENSE AGREEMENT

@greptile-apps

greptile-apps Bot commented Aug 23, 2026

Copy link
Copy Markdown

Greptile Summary

The PR changes the ancestors content view from Auto Layout constraints to fixed-frame autoresizing so it fills the available vertical space consistently.

  • Adds width- and height-sizable autoresizing to the ancestors content view.
  • Removes constraints that previously governed the content view’s edges.

Confidence Score: 5/5

The PR appears safe to merge, with the ancestors view following the existing sidebar autoresizing pattern.

The fixed sidebar width and coordinated vertical autoresizing preserve the content view’s intended margins as the document window changes size, and no concrete behavioral failure remains.

Important Files Changed

Filename Overview
GitUp/Application/Base.lproj/Document.xib Replaces the ancestors content view’s edge constraints with the established fixed-frame and autoresizing-mask layout pattern; no actionable regression was identified.

Reviews (1): Last reviewed commit: "Fix ancestors scroll view expanding to f..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant