From 90ba819e7bb0c6b0709d279012e9fccb10e27eb6 Mon Sep 17 00:00:00 2001 From: hhsdev Date: Sun, 30 Aug 2020 12:22:55 +0630 Subject: [PATCH] Documentation: specify how WindowDialog's default title bar is made --- doc/classes/WindowDialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index 2b193d04944..c273b961a0a 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -41,7 +41,7 @@ The vertical offset of the close button. - The style for both the content background of the [WindowDialog] and the title bar. + The style for both the content background of the [WindowDialog] and the title bar. The title bar is created with a top border and an expand margin using the [code]panel[/code] stylebox. The thickness of the border that can be dragged when scaling the window (if [member resizable] is enabled).