Fix Graphviz and Mermaid button positioning in Compilation Settings#280
Merged
Fix Graphviz and Mermaid button positioning in Compilation Settings#280
Conversation
Remove fixedFrame="YES" from Graphviz and Mermaid checkbox buttons and add proper auto-layout constraints so they reflow correctly when the Compilation Settings window is resized. Changes: - Remove fixedFrame attribute from both buttons - Add centerY constraints for vertical alignment with "Show line numbers" - Add leading constraints to position buttons in sequence - Remove trailing constraint that stretched "Show line numbers" row Related to #277
Contributor
Code Coverage ReportCurrent Coverage: 52.72% Coverage Details (Summary) |
schuyler
pushed a commit
that referenced
this pull request
Jan 24, 2026
Comprehensive testing plan covering all changes since v3000.0.3: - Smart quote substitution fix (#289) - Editor jumping when typing at end of long documents (#288) - New document window positioning (#286) - Graphviz/Mermaid button positioning in Compilation Settings (#280) - Adjacent shortcut-style links rendering (#275) Includes regression testing checklist for core functionality.
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.
Summary
fixedFrame="YES"from both buttons which was locking them to fixed positionsRelated Issue
Related to #277
Manual Testing Plan
Setup Steps
Test Scenarios
1. Normal State Verification
2. Window Resize Behavior
3. Button Functionality
Edge Cases
Review Notes