1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix Audio bottom panel going under the taskbar on small displays

This commit is contained in:
arkology
2025-08-23 22:22:48 +03:00
parent 825ef2387f
commit ea17bf712a
4 changed files with 48 additions and 4 deletions

View File

@@ -6294,6 +6294,10 @@ bool EditorNode::is_distraction_free_mode_enabled() const {
return distraction_free->is_pressed();
}
void EditorNode::set_center_split_offset(int p_offset) {
center_split->set_split_offset(p_offset);
}
Dictionary EditorNode::drag_resource(const Ref<Resource> &p_res, Control *p_from) {
Control *drag_control = memnew(Control);
TextureRect *drag_preview = memnew(TextureRect);