summaryrefslogtreecommitdiffstats
path: root/doc/classes/LineEdit.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-01-28 11:26:37 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-01-28 11:26:37 +0100
commitfb01d057af3d167f0573aa3b76e1695757c0124b (patch)
treebf037d3373ce610a02510cf8fe41f59c42e43955 /doc/classes/LineEdit.xml
parentb441592372197499d6f618c02bad2e79e23fc238 (diff)
downloadredot-engine-fb01d057af3d167f0573aa3b76e1695757c0124b.tar.gz
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/LineEdit.xml')
-rw-r--r--doc/classes/LineEdit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index 790bf58359..61ecff52e3 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -383,12 +383,12 @@
<theme_item name="font_selected_color" type="Color" default="Color( 0, 0, 0, 1 )">
Font color for selected text (inside the selection rectangle).
</theme_item>
- <theme_item name="font_uneditable_color" type="Color" default="Color( 0.88, 0.88, 0.88, 0.5 )">
- Font color when editing is disabled.
- </theme_item>
<theme_item name="font_size" type="int">
Font size of the [LineEdit]'s text.
</theme_item>
+ <theme_item name="font_uneditable_color" type="Color" default="Color( 0.88, 0.88, 0.88, 0.5 )">
+ Font color when editing is disabled.
+ </theme_item>
<theme_item name="minimum_spaces" type="int" default="12">
Minimum horizontal space for the text (not counting the clear button and content margins). This value is measured in count of space characters (i.e. this amount of space characters can be displayed without scrolling).
</theme_item>