Make original/translated caption panes resizable with a splitter - #268
Open
jrkasprzyk wants to merge 1 commit into
Open
Make original/translated caption panes resizable with a splitter#268jrkasprzyk wants to merge 1 commit into
jrkasprzyk wants to merge 1 commit into
Conversation
Both caption rows now share available height equally by default, and a GridSplitter between them lets the user drag the boundary, e.g. to give the original caption several lines. Previously the original caption row was always sized to content (effectively one line) and only the translated row could grow. The splitter is hidden when caption log cards are enabled, where rows are content-sized.
jrkasprzyk
force-pushed
the
feat/resizable-caption-panes
branch
from
July 22, 2026 03:13
431fce9 to
12ca043
Compare
Contributor
Author
|
In this PR, there is no Claude Code co-author, and I'm now using Conventional Commit format! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously the original caption row was always sized to content (effectively one line) and only the translated row could grow. For language learning, this is not ideal, because a user may want to see more of the original language while still having enough room for the translated language.
In this PR, both caption rows now share available height equally by default, and a GridSplitter between them lets the user drag the boundary, e.g. to give the original caption several lines.
The splitter is hidden when caption log cards are enabled, where rows are content-sized.