summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-01-16 12:55:01 +0100
committerGitHub <noreply@github.com>2024-01-16 12:55:01 +0100
commit4b55c81ebae48c53e88654a42c04365391b6159d (patch)
tree842d2a5d83aaff9bd82e56e77c9412d735967e10 /editor/rename_dialog.cpp
parent6bb89c71ff65ee117a7dce4576026d716ee390e5 (diff)
parentdc3b07e5515f71ee4a0c55217b12e98e098ea3e9 (diff)
downloadredot-engine-4b55c81ebae48c53e88654a42c04365391b6159d.tar.gz
Merge pull request #87085 from YuriSizov/editor-improved-theme-flexibility
Refactor editor theme generation and add spacing presets
Diffstat (limited to 'editor/rename_dialog.cpp')
-rw-r--r--editor/rename_dialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/rename_dialog.cpp b/editor/rename_dialog.cpp
index a3a16dccd8..07cb96b9bc 100644
--- a/editor/rename_dialog.cpp
+++ b/editor/rename_dialog.cpp
@@ -35,12 +35,11 @@
#include "core/string/print_string.h"
#include "editor/editor_node.h"
-#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/editor_string_names.h"
-#include "editor/editor_themes.h"
#include "editor/editor_undo_redo_manager.h"
#include "editor/plugins/script_editor_plugin.h"
+#include "editor/themes/editor_scale.h"
#include "modules/regex/regex.h"
#include "scene/gui/check_box.h"
#include "scene/gui/check_button.h"