godot/scene
Haoyu Qiu 26e3b4a58a Updates LineEdit's min size when necessary
These properties will affect the minimum size of LineEdit:

* The right icon (`set_right_icon`)
* The clear button (`set_editable` and `set_clear_button_enabled`)
* The text, when "expand to text length" is enabled (`set_text`)
2020-01-15 10:15:32 +08:00
..
2d Control/Light2D: Preventing setting 0 as scale as for Node2D 2020-01-13 12:20:15 +01:00
3d Added function to expose floor normal, useful to correctly calculate player velocity. 2020-01-10 14:58:19 +01:00
animation Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
debugger Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gui Updates LineEdit's min size when necessary 2020-01-15 10:15:32 +08:00
main Don't show conf warning if script is not tool 2020-01-07 21:28:16 +01:00
resources Fix typos with codespell 2020-01-15 00:49:52 +01:00
register_scene_types.cpp Fix AnimationTree not available when compiled with disable_3d 2020-01-07 00:04:30 -03:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Implement game camera override 2019-10-23 02:51:32 +01:00