[PR #1778] [MERGED] Make padding applied as swap chain panel's margin #24657

Open
opened 2026-01-31 09:04:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1778
Author: @Summon528
Created: 7/2/2019
Status: Merged
Merged: 7/5/2019
Merged by: @miniksa

Base: masterHead: padding


📝 Commits (1)

  • 9e48bb6 Make padding applied as swap chain panel's margin

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+4 -4)

📄 Description

Summary of the Pull Request

Make padding applied as swap chain panel's margin

References

PR Checklist

  • Closes #1365 and potential issues with #1107
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

I know that this PR is trying to do the same thing as #1672. However since that one is unlikely to be merged in a short time and the issue will cause background image to be padded once #1107 is merged, I present my slightly more straight forward solution which is just set margins to swap chain panel. Hope this one gets merge sooner but we can switch to #1672's solution later if it is preferred.
Note that this PR does NOT fixx #1367 as #1672 does.

Validation Steps Performed

Set padding and observe that the scroll bar stay in the same place


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/1778 **Author:** [@Summon528](https://github.com/Summon528) **Created:** 7/2/2019 **Status:** ✅ Merged **Merged:** 7/5/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `padding` --- ### 📝 Commits (1) - [`9e48bb6`](https://github.com/microsoft/terminal/commit/9e48bb6f5383be8902435230a253c6bef6bfe293) Make padding applied as swap chain panel's margin ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+4 -4) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Make padding applied as swap chain panel's margin <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #1365 and potential issues with #1107 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments I know that this PR is trying to do the same thing as #1672. However since that one is unlikely to be merged in a short time and the issue will cause background image to be padded once #1107 is merged, I present my slightly more straight forward solution which is just set margins to swap chain panel. Hope this one gets merge sooner but we can switch to #1672's solution later if it is preferred. Note that this PR does NOT fixx #1367 as #1672 does. <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Set padding and observe that the scroll bar stay in the same place --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:04:37 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24657