[PR #5787] [MERGED] Add support for compact tab sizing #26467

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5787
Author: @zadjii-msft
Created: 5/7/2020
Status: Merged
Merged: 6/5/2020
Merged by: @undefined

Base: masterHead: dev/migrie/f/compact-tab-sizing


📝 Commits (3)

  • 2259016 Move to Microsoft.UI.Xaml 2.4.0
  • 5e3b2fd Add support for compact tab sizing
  • 46e5d13 Merge remote-tracking branch 'origin/master' into dev/migrie/f/compact-tab-sizing

📊 Changes

3 files changed (+22 additions, -10 deletions)

View changed files

📝 doc/cascadia/SettingsSchema.md (+1 -1)
📝 doc/cascadia/profiles.schema.json (+2 -1)
📝 src/cascadia/TerminalApp/GlobalAppSettings.cpp (+19 -8)

📄 Description

Summary of the Pull Request

Really couldn't be more starightforward. MUX 2.4 added support for "compact" sized tabs. This PR (targeting the 2.4 PR currently, will move to master when that merges) enables users to specify "tabWidthMode": "compact" in their global settings to get this behavior.

References

PR Checklist

  • I don't think we have an issue for this, though I could be wrong.
  • I work here
  • Tests added/passed
  • [n/a] Requires documentation to be updated

Detailed Description of the Pull Request / Additional comments

In this screenshot, I'm hovering over tab 2, but the ubuntu tab is focused:
image

In this screenshot, tab 2 is focused:
image


🔄 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/5787 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 6/5/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/migrie/f/compact-tab-sizing` --- ### 📝 Commits (3) - [`2259016`](https://github.com/microsoft/terminal/commit/22590163b2102f099ed0acc4433b5057cc30f1ff) Move to Microsoft.UI.Xaml 2.4.0 - [`5e3b2fd`](https://github.com/microsoft/terminal/commit/5e3b2fd6000c9840832637b07869932e69636e16) Add support for `compact` tab sizing - [`46e5d13`](https://github.com/microsoft/terminal/commit/46e5d131e00135588edfccfb8a59ef7bea53ca24) Merge remote-tracking branch 'origin/master' into dev/migrie/f/compact-tab-sizing ### 📊 Changes **3 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/SettingsSchema.md` (+1 -1) 📝 `doc/cascadia/profiles.schema.json` (+2 -1) 📝 `src/cascadia/TerminalApp/GlobalAppSettings.cpp` (+19 -8) </details> ### 📄 Description ## Summary of the Pull Request Really couldn't be more starightforward. MUX 2.4 added support for "compact" sized tabs. This PR (targeting the 2.4 PR currently, will move to `master` when that merges) enables users to specify `"tabWidthMode": "compact"` in their global settings to get this behavior. ## References * #5778 - PR to move to MUX 2.4 * [microsoft-ui-xaml#2016](https://github.com/microsoft/microsoft-ui-xaml/pull/2016) - the MUX PR for compact tab sizing. * #597 - Tab sizing options? ## PR Checklist * [x] I don't think we have an issue for this, though I could be wrong. * [x] I work here * [x] Tests added/passed * [n/a] Requires documentation to be updated ## Detailed Description of the Pull Request / Additional comments In this screenshot, I'm hovering over tab 2, but the ubuntu tab is focused: ![image](https://user-images.githubusercontent.com/18356694/81302365-e6ef4000-903f-11ea-9ce3-5f5ce92e5ba4.png) In this screenshot, tab 2 is focused: ![image](https://user-images.githubusercontent.com/18356694/81302383-ea82c700-903f-11ea-9820-92348d5adc64.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:16:16 +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#26467