From 1cd1df5dc3f7977a78bad20d2cecd79874e4dae3 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sun, 30 Jan 2022 17:56:23 +0000 Subject: Move placeholder color to theme item --- doc/classes/CodeEdit.xml | 3 +++ doc/classes/LineEdit.xml | 6 +++--- doc/classes/TextEdit.xml | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index b3add6cfa2..09696d4d2a 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -607,6 +607,9 @@ The tint of text outline of the [CodeEdit]. + + Font color for [member TextEdit.placeholder_text]. + Sets the font [Color] when [member TextEdit.editable] is disabled. diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 224579e8c5..0b97865770 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -233,9 +233,6 @@ [b]Note:[/b] This method is only implemented on Linux. - - Opacity of the [member placeholder_text]. From [code]0[/code] to [code]1[/code]. - Text shown when the [LineEdit] is empty. It is [b]not[/b] the [LineEdit]'s default value (see [member text]). @@ -397,6 +394,9 @@ The tint of text outline of the [LineEdit]. + + Font color for [member placeholder_text]. + Font color for selected text (inside the selection rectangle). diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 6d602d58ee..6b9eb6efc3 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -992,9 +992,6 @@ If [code]true[/code], custom [code]font_selected_color[/code] will be used for selected text. - - Opacity of the [member placeholder_text]. From [code]0[/code] to [code]1[/code]. - Text shown when the [TextEdit] is empty. It is [b]not[/b] the [TextEdit]'s default value (see [member text]). @@ -1237,6 +1234,9 @@ The tint of text outline of the [TextEdit]. + + Font color for [member placeholder_text]. + Sets the font [Color] when [member editable] is disabled. -- cgit v1.2.3