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

@ -168,6 +168,8 @@ class EditorAudioBuses : public VBoxContainer {
Timer *save_timer = nullptr;
String edited_path;
void _update_file_label_size();
void _rebuild_buses();
void _update_bus(int p_index);
void _update_sends();
@ -191,6 +193,8 @@ class EditorAudioBuses : public VBoxContainer {
EditorFileDialog *file_dialog = nullptr;
bool new_layout = false;
bool use_default_editor_size = true;
void _file_dialog_callback(const String &p_string);
protected: