From 41f6e7c50ef8fc0e1e889745ba51a7c094d09d22 Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 21 Jun 2022 01:19:54 +0200 Subject: Allow to disable TextEdit vertical scroll --- doc/classes/TextEdit.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 2de185903d..62a1be030d 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -998,13 +998,16 @@ Text shown when the [TextEdit] is empty. It is [b]not[/b] the [TextEdit]'s default value (see [member text]). + + If [code]true[/code], [TextEdit] will disable vertical scroll and fit minimum height to the number of visible lines. + If there is a horizontal scrollbar, this determines the current horizontal scroll value in pixels. Allow scrolling past the last line into "virtual" space. - + Scroll smoothly over the text rather then jumping to the next location. -- cgit v1.2.3