1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Move script name to top

This commit is contained in:
kobewi
2025-10-10 21:09:31 +02:00
parent cb7cd815ee
commit 206d4a0fb3
2 changed files with 23 additions and 46 deletions

View File

@@ -346,7 +346,6 @@ class ScriptEditor : public PanelContainer {
VBoxContainer *scripts_vbox = nullptr;
VBoxContainer *overview_vbox = nullptr;
HBoxContainer *buttons_hbox = nullptr;
Label *filename = nullptr;
Button *members_overview_alphabeta_sort_button = nullptr;
bool members_overview_enabled;
ItemList *help_overview = nullptr;
@@ -362,7 +361,6 @@ class ScriptEditor : public PanelContainer {
float zoom_factor = 1.0f;
TextureRect *script_icon = nullptr;
Label *script_name_label = nullptr;
Button *script_back = nullptr;