[PR #12439] [MERGED] Fix focus box around color schemes combo box #29044

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12439
Author: @PankajBhojwani
Created: 2/8/2022
Status: Merged
Merged: 2/8/2022
Merged by: @DHowett

Base: mainHead: dev/pabhoj/textbox_border


📝 Commits (2)

📊 Changes

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

View changed files

📝 src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml (+2 -1)

📄 Description

Summary of the Pull Request

The focus box around the color schemes combo box was getting cut off, this change adds a small margin to the stackpanel to allow space for the focus box

PR Checklist

Validation Steps Performed

combobox

🔄 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/12439 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 2/8/2022 **Status:** ✅ Merged **Merged:** 2/8/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/pabhoj/textbox_border` --- ### 📝 Commits (2) - [`75881d1`](https://github.com/microsoft/terminal/commit/75881d1dda22e2d7def527a6aa51f8b03590623c) Add small margin - [`42d827e`](https://github.com/microsoft/terminal/commit/42d827ef531a4a0837d2ac8cf409d1dfddbd4fa2) Format ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml` (+2 -1) </details> ### 📄 Description ## Summary of the Pull Request The focus box around the color schemes combo box was getting cut off, this change adds a small margin to the stackpanel to allow space for the focus box ## PR Checklist * [x] Closes #12328 ## Validation Steps Performed <img width="494" alt="combobox" src="https://user-images.githubusercontent.com/26824113/153078162-8b095b13-d95f-4488-bd0c-e97edbd45b28.png"> --- <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:32:26 +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#29044