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/LineEdit.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes/LineEdit.xml') 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). -- cgit v1.2.3