You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user