mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #109915 from arkology/audio-editor
Fix Audio bottom panel going under the taskbar on small displays
This commit is contained in:
commit
cf82b71c7a
4 changed files with 48 additions and 4 deletions
|
|
@ -6303,6 +6303,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