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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue