Skip to content

[Mac] Fix Titlebar content is not aligned to left on fullscreen - #30378

Merged
kubaflo merged 14 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-30248
Jun 26, 2026
Merged

[Mac] Fix Titlebar content is not aligned to left on fullscreen#30378
kubaflo merged 14 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-30248

Conversation

@devanathan-vaithiyanathan

@devanathan-vaithiyanathan devanathan-vaithiyanathan commented Jul 2, 2025

Copy link
Copy Markdown
Contributor

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Issue details

in mac when the app enters in full screen mode, titlebar content is not aligned to the left.

Description of Change

Added logic to adjust the TitleBar content margin based on full-screen state (Mac Catalyst 16+). When in full-screen, left margin is removed; otherwise, a margin of 80 is applied to align with traffic light spacing.

Issues Fixed

Fixes #30248

Tested the behavior in the following platforms.

  • Android
  • Windows
  • iOS
  • Mac
Before After
Mac
Before.mov
Mac
After.mov

@dotnet-policy-service dotnet-policy-service Bot added the community ✨ Community Contribution label Jul 2, 2025
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hey there @@devanathan-vaithiyanathan! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service Bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jul 2, 2025
@jsuarezruiz

Copy link
Copy Markdown
Contributor

/azp run MAUI-UITests-public

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

Comment thread src/Controls/src/Core/TitleBar/TitleBar.cs Outdated
Comment thread src/Controls/src/Core/TitleBar/TitleBar.cs
Comment thread src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30248.cs Outdated
@devanathan-vaithiyanathan
devanathan-vaithiyanathan marked this pull request as ready for review July 4, 2025 12:50
@devanathan-vaithiyanathan
devanathan-vaithiyanathan requested a review from a team as a code owner July 4, 2025 12:50
@jsuarezruiz

Copy link
Copy Markdown
Contributor

/azp run MAUI-UITests-public

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please resolve conflicts?

Copilot AI review requested due to automatic review settings March 21, 2026 18:42
@github-actions

github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 30378

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 30378"

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes MacCatalyst TitleBar content alignment when entering fullscreen by adjusting the TitleBar template’s left inset, and adds a UI test + HostApp repro page for issue #30248.

Changes:

  • Update TitleBar (MacCatalyst) to toggle the template root margin based on fullscreen state.
  • Add HostApp issue page Issue30248 that sets a custom Window.TitleBar.
  • Add a MacCatalyst UI test with a corresponding approved snapshot.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.

File Description
src/Controls/src/Core/TitleBar/TitleBar.cs Adds MacCatalyst fullscreen-aware margin adjustment for TitleBar content.
src/Controls/tests/TestCases.HostApp/Issues/Issue30248.cs New HostApp repro page that assigns a TitleBar and provides UI to screenshot.
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30248.cs New MacCatalyst UI test that enters fullscreen and verifies via screenshot.
src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/VerifyTitleBarContentinFullScreenmode.png New baseline snapshot for the added UI test.

Comment thread src/Controls/src/Core/TitleBar/TitleBar.cs Outdated
Comment thread src/Controls/src/Core/TitleBar/TitleBar.cs Outdated
@devanathan-vaithiyanathan

Copy link
Copy Markdown
Contributor Author

Could you please resolve conflicts?

@kubaflo , I have resolved the conflicts

@MauiBot MauiBot added s/agent-review-incomplete s/agent-fix-win AI found a better alternative fix than the PR s/agent-reviewed PR was reviewed by AI agent workflow (full 4-phase review) s/agent-changes-requested AI agent recommends changes - found a better alternative or issues and removed s/agent-review-incomplete labels Mar 24, 2026
@kubaflo

kubaflo commented May 24, 2026

Copy link
Copy Markdown
Contributor

/review -b feature/refactor-copilot-yml

@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@kubaflo

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

Tests Failure Analysis

@devanathan-vaithiyanathan — test-failure review results are available based on commit b4c4f23.
To request a fresh review after new comments, commits, or CI runs, comment /review tests.

Overall Likely PR-caused Failures 17 Platform macOS/Android

Test Failure Review: Likely PR-caused - click to expand

Overall verdict: Likely PR-caused

VerifyTitleBarLTR (from Issue30399) fails with a 2.38% visual snapshot difference: the PR adds an 80px left margin to TitleBar.cs in non-fullscreen mode (Mac Catalyst), which shifts TitleBar content and invalidates the existing LTR baseline. The remaining 16 failures — macOS WebView timeouts, Picker/Page flakiness, Android ADB infrastructure errors, and job cancellations — have no overlap with TitleBar changes.

Failure Verdict Evidence
VerifyTitleBarLTR (macOS, Issue30399) Likely PR-caused macOS UITests Controls ViewBaseTests,VisualStateManager,Window: VisualTestUtils.VisualTestFailedException: Snapshot different than baseline: VerifyTitleBarLTR.png (2.38% difference). PR modifies TitleBar.cs to add an 80px left margin when not in fullscreen, directly changing the LTR visual layout compared to the stored baseline. Occurred in 4 runs (2 retry attempts).
macOS WebView tests (14 distinct failures) Likely unrelated macOS UITests Controls WebView: App became unresponsive and was force-terminated; Appium session timeouts up to 600s. PR changes no WebView code. All 5 recent maui-pr-uitests runs on main also failed.
PickerDialogDoesNotCrashWhenPagePoppedWhileDialogOpen (macOS) Likely unrelated macOS UITests Controls Page,Performance,Picker,ProgressBar: System.NullReferenceException. No Picker or Page code changed by this PR.
DisplayAlertAsyncShouldNotCrashWhenPageUnloaded (macOS) Likely unrelated Same job as above: System.TimeoutException: Timed out waiting for element. No Page/Alert code changed by this PR.
Android UITests CoreClr Controls (API 30) SearchBar,Shape,Slider Likely unrelated Android job: Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. — repeated Android emulator infrastructure failure. No Android code changed by this PR.
Android UITests CoreClr Controls (API 30) CollectionView Likely unrelated Android job: Same ADB key push failure pattern as above.
macOS UITests Controls CollectionView (CANCELLED) Likely unrelated Job cancelled: Ran longer than 180-minute maximum. No TitleBar code in CollectionView.
macOS UITests Controls Layout (CANCELLED) Likely unrelated Job cancelled: Ran longer than 180-minute maximum. No TitleBar code in Layout.

Recommended action

Update the VerifyTitleBarLTR.png baseline in src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/ to reflect the new TitleBar left margin introduced by this PR; all other failures are infrastructure or environment issues unrelated to the PR changes.

Evidence details

Build: maui-pr-uitests #147563610.0.90-ci+pr.30378.azdo.1475636, branch refs/pull/30378/merge, head b4c4f231f6f8e1841c534fcfcab1acce0e3a2cf5.

PR scope: 4 changed files — src/Controls/src/Core/TitleBar/TitleBar.cs (Mac Catalyst 16+ margin logic), src/Controls/tests/TestCases.HostApp/Issues/Issue30248.cs, src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30248.cs, and src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/VerifyTitleBarContentinFullScreenmode.png (new snapshot for fullscreen mode).

VerifyTitleBarLTR causation: The failing test is in Issue30399.cs (not modified by this PR) and calls VerifyScreenshot("VerifyTitleBarLTR.png"). The PR's margin logic applies an 80px left margin in non-fullscreen mode, which is the state used during the LTR test, shifting TitleBar content position and producing a 2.38% visual deviation from the stored baseline. The fix is to run the test locally, accept the new rendering, and commit the updated VerifyTitleBarLTR.png to src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/.

macOS WebView failures (14 tests): All stem from Appium/app unresponsiveness — StaleElementReferenceException, App.AppState query did not complete — app is likely unresponsive, WebDriverException after 600s timeout. This pattern is consistent with a flaky macOS WebView environment. No WebView-related files were changed by this PR.

Base branch comparison: All 5 most recent maui-pr-uitests runs on main (builds 1465238, 1459939, 1455207, 1454908, 1451775) are also failed/completed, indicating many of these failures predate this PR.

Android infrastructure failures: Both Android API 30 jobs (SearchBar,Shape,Slider and CollectionView) show Failed to push ADB keys after multiple attempts — a CI emulator provisioning issue not related to any Mac code changes.

Limitation: AzDO _apis/test APIs were not available (unauthenticated access); test failure counts are derived from log parsing only. Authenticated AzDO test run data could surface additional failures not captured here.

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the test is failing

@devanathan-vaithiyanathan

Copy link
Copy Markdown
Contributor Author

Looks like the test is failing

@kubaflo ,
I verified the test locally and the pop-up does not appear. I have attached a video for reference.
CI generated image:
image

Video reference:

Screen.Recording.2026-06-23.at.7.54.20.PM.mov

@kubaflo

kubaflo commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@devanathan-vaithiyanathan might be something with the test setup - could you modify the test so that it will pass on CI?

Copilot AI review requested due to automatic review settings June 26, 2026 08:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/Controls/src/Core/TitleBar/TitleBar.cs
@devanathan-vaithiyanathan

Copy link
Copy Markdown
Contributor Author

@devanathan-vaithiyanathan might be something with the test setup - could you modify the test so that it will pass on CI?

@kubaflo , it seems the test is failing because of test case Issue30248. In that test, we enter full-screen mode, so the cursor remains positioned over the full-screen button. As a result, the pop-up appears in the next test case.

To avoid this, I added an empty button and click it to move the cursor away from the full-screen button.

@kubaflo
kubaflo changed the base branch from main to inflight/current June 26, 2026 12:48
@kubaflo
kubaflo merged commit 74cec8c into dotnet:inflight/current Jun 26, 2026
23 of 32 checks passed
@github-actions github-actions Bot added this to the .NET 10 SR9 milestone Jun 26, 2026
kubaflo pushed a commit that referenced this pull request Jul 3, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
@kubaflo kubaflo mentioned this pull request Jul 6, 2026
kubaflo pushed a commit that referenced this pull request Jul 6, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
PureWeen pushed a commit that referenced this pull request Jul 7, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
PureWeen pushed a commit that referenced this pull request Jul 7, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
kubaflo pushed a commit that referenced this pull request Jul 10, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
kubaflo pushed a commit that referenced this pull request Jul 15, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
kubaflo pushed a commit that referenced this pull request Jul 22, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

<!--
!!!!!!! MAIN IS THE ONLY ACTIVE BRANCH. MAKE SURE THIS PR IS TARGETING
MAIN. !!!!!!!
-->

### Issue details
in mac when the app enters in full screen mode, titlebar content is not
aligned to the left.

### Description of Change

<!-- Enter description of the fix in this section -->
Added logic to adjust the TitleBar content margin based on full-screen
state (Mac Catalyst 16+). When in full-screen, left margin is removed;
otherwise, a margin of 80 is applied to align with traffic light
spacing.

### Issues Fixed

<!-- Please make sure that there is a bug logged for the issue being
fixed. The bug should describe the problem and how to reproduce it. -->

Fixes #30248 

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->

**Tested the behavior in the following platforms.**
- [ ] Android
- [ ] Windows
- [ ] iOS
- [x] Mac


| Before  | After  |
|---------|--------|
| **Mac**<br> <video
src="https://github.com/user-attachments/assets/1224b070-4913-46ce-929d-bfd97f20ad47"
width="600" height="300"> | **Mac**<br> <video
src="https://github.com/user-attachments/assets/dd7de8c9-667a-486f-86c9-fcd9e450150b"
width="600" height="300"> |
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-titlebar community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration platform/macos macOS / Mac Catalyst s/agent-fix-pr-picked AI could not beat the PR fix - PR is the best among all candidates s/agent-gate-failed AI could not verify tests catch the bug s/agent-reviewed PR was reviewed by AI agent workflow (full 4-phase review)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TitleBar, MacCatalyst - content is not aligned to left on fullscreen

6 participants