From 3b941ed98cfb1f72c35684f1d4d458dacd482c63 Mon Sep 17 00:00:00 2001 From: Chris verBurg Date: Wed, 20 Apr 2022 23:16:02 -0700 Subject: Link to Container tutorial Users happening across any of the Container pages may not already know the intent of Containers, or which others are available. This commit adds a link to the existing "GUI containers" page in their tutorials sections. --- doc/classes/ScrollContainer.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/ScrollContainer.xml') diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml index 95255ed79f..658793c4c0 100644 --- a/doc/classes/ScrollContainer.xml +++ b/doc/classes/ScrollContainer.xml @@ -9,6 +9,7 @@ Works great with a [Panel] control. You can set [code]EXPAND[/code] on the children's size flags, so they will upscale to the ScrollContainer's size if it's larger (scroll is invisible for the chosen dimension). + $DOCS_URL/tutorials/ui/gui_containers.html -- cgit v1.2.3