godot/scene
风青山 5de496d3b0
Add a h_separation between icons in CheckButton/CheckBox
Previously, the `h_separation` between internal elements and custom elements
was added when `text` was not empty. That is, this `h_separation` does not
exist when there is a valid custom `icon` but `text` is empty.

Now, the `h_separation` between the internal element and the custom element
is added when the internal element and any custom element exist (both width
are greater than `0`).
2024-02-21 17:53:07 +08:00
..
2d Revert "Update Node::get_configuration_warnings signature" 2024-02-17 19:03:21 +01:00
3d Merge pull request #80214 from BastiaanOlij/rendering_effect 2024-02-20 23:59:27 +01:00
animation Fix AnimationMixer breaking animations with redundant check 2024-02-19 16:50:19 +01:00
audio Merge pull request #87830 from KoBeWi/internalization_aka_i15n 2024-02-19 17:06:32 +01:00
debugger Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport 2024-02-13 18:53:21 +09:00
gui Add a h_separation between icons in CheckButton/CheckBox 2024-02-21 17:53:07 +08:00
main Merge pull request #88456 from sabslikesobs/master 2024-02-20 19:34:48 +01:00
resources Merge pull request #87360 from BastiaanOlij/gles_glow 2024-02-20 23:59:48 +01:00
theme Merge pull request #84763 from KoBeWi/all-knowing_theme_editor 2024-02-13 17:23:07 +01:00
property_list_helper.cpp Add PropertyListHelper to PopupMenu 2024-02-11 12:09:55 +01:00
property_list_helper.h Add PropertyListHelper to PopupMenu 2024-02-11 12:09:55 +01:00
property_utils.cpp Fix node property duplication 2023-11-04 10:45:38 +02:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Merge pull request #80214 from BastiaanOlij/rendering_effect 2024-02-20 23:59:27 +01:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp Use StringName consistently to refer to the Master audio bus name 2023-08-07 18:06:17 +02:00
scene_string_names.h Use StringName consistently to refer to the Master audio bus name 2023-08-07 18:06:17 +02:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00