[PR #12916] [MERGED] Misc visual fixes #29298

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12916
Author: @ghost
Created: 4/16/2022
Status: Merged
Merged: 4/21/2022
Merged by: @undefined

Base: mainHead: terminal-visual-fixes


📝 Commits (5)

📊 Changes

9 files changed (+242 additions, -220 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.xaml (+1 -1)
📝 src/cascadia/TerminalApp/ColorPickupFlyout.cpp (+1 -2)
📝 src/cascadia/TerminalApp/ColorPickupFlyout.xaml (+119 -105)
📝 src/cascadia/TerminalApp/MinMaxCloseControl.xaml (+18 -12)
📝 src/cascadia/TerminalApp/TabHeaderControl.xaml (+2 -18)
📝 src/cascadia/TerminalApp/TabRowControl.xaml (+88 -78)
📝 src/cascadia/TerminalApp/TerminalPage.xaml (+3 -0)
📝 src/cascadia/TerminalApp/TitlebarControl.xaml (+7 -0)
📝 src/cascadia/TerminalControl/TermControl.xaml (+3 -4)

📄 Description

Fixed various small issues:

  • Made TabView bottom border span the entire window width
  • Made ScrollBar inner thumb rounded again
  • Made SplitButton look more like the new add tab button
  • Adjusted rename box height (24px, like the official compact sizing height)
  • Adjusted caption button colors to match Windows 11
  • ColorPicker can now escape window bounds
  • Tweaked ColorPicker buttons

🔄 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/12916 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/16/2022 **Status:** ✅ Merged **Merged:** 4/21/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `terminal-visual-fixes` --- ### 📝 Commits (5) - [`dda7c23`](https://github.com/microsoft/terminal/commit/dda7c233213450128287d8d34c86d4ba65f09722) Misc visual fixes - [`dbee93f`](https://github.com/microsoft/terminal/commit/dbee93f47521d034186b936c94e9b76d49c4ef71) Color flyout tweaks - [`98f7bfc`](https://github.com/microsoft/terminal/commit/98f7bfc1055366eae8a3f9e506b66ba2143c165f) SplitButton update - [`861cdeb`](https://github.com/microsoft/terminal/commit/861cdeb3c4a6ea417abd9126bd76869d3b96fb54) Color button fix - [`933ead3`](https://github.com/microsoft/terminal/commit/933ead3cd9be9883cdd25e3795ebf38031e5db3f) Color button update ### 📊 Changes **9 files changed** (+242 additions, -220 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.xaml` (+1 -1) 📝 `src/cascadia/TerminalApp/ColorPickupFlyout.cpp` (+1 -2) 📝 `src/cascadia/TerminalApp/ColorPickupFlyout.xaml` (+119 -105) 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.xaml` (+18 -12) 📝 `src/cascadia/TerminalApp/TabHeaderControl.xaml` (+2 -18) 📝 `src/cascadia/TerminalApp/TabRowControl.xaml` (+88 -78) 📝 `src/cascadia/TerminalApp/TerminalPage.xaml` (+3 -0) 📝 `src/cascadia/TerminalApp/TitlebarControl.xaml` (+7 -0) 📝 `src/cascadia/TerminalControl/TermControl.xaml` (+3 -4) </details> ### 📄 Description Fixed various small issues: * Made TabView bottom border span the entire window width * Made ScrollBar inner thumb rounded again * Made SplitButton look more like the new add tab button * Adjusted rename box height (24px, like the official compact sizing height) * Adjusted caption button colors to match Windows 11 * ColorPicker can now escape window bounds * Tweaked ColorPicker buttons --- <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:34:06 +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#29298