mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix Audio bottom panel going under the taskbar on small displays
This commit is contained in:
parent
825ef2387f
commit
ea17bf712a
4 changed files with 48 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue