From 718f790e198616fa110e92b7e595710bc30b18a2 Mon Sep 17 00:00:00 2001 From: Karen <7976322+karkarl@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:19:01 -0800 Subject: [PATCH] Update specs/TitleBar/titleBar-dev-spec.md Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com> --- specs/TitleBar/titleBar-dev-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/TitleBar/titleBar-dev-spec.md b/specs/TitleBar/titleBar-dev-spec.md index bb109a416e..6b4596ea42 100644 --- a/specs/TitleBar/titleBar-dev-spec.md +++ b/specs/TitleBar/titleBar-dev-spec.md @@ -16,7 +16,7 @@ The WinUI TitleBar is a title bar control that allows easy additions of WinUI co It is to be used in lieu of the Shell title bar for when developers want more than the basic shell title bar functionalities. Current implementations of a custom titlebar involves the developer to fully create a user component from scratch. A notable painpoint in this process is -to manually calculate drag regions for when there are elements in the title bar (ie. AutoSuggestBox - refer to WinUI-Gallery sample). WinUI titleBar is meant +to manually calculate drag regions for when there are interactive elements in the title bar (ie. AutoSuggestBox - refer to WinUI-Gallery sample). WinUI titleBar is meant to encapsulate the most common design scenarios and streamline this process. # Design considerations