summaryrefslogtreecommitdiffstats
path: root/editor/plugins/bit_map_editor_plugin.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/plugins/bit_map_editor_plugin.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/plugins/bit_map_editor_plugin.cpp')
-rw-r--r--editor/plugins/bit_map_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/bit_map_editor_plugin.cpp b/editor/plugins/bit_map_editor_plugin.cpp
index f2423cb803..f1d86de537 100644
--- a/editor/plugins/bit_map_editor_plugin.cpp
+++ b/editor/plugins/bit_map_editor_plugin.cpp
@@ -30,7 +30,7 @@
#include "bit_map_editor_plugin.h"
-#include "editor/editor_scale.h"
+#include "editor/themes/editor_scale.h"
#include "scene/gui/label.h"
#include "scene/gui/texture_rect.h"
#include "scene/resources/image_texture.h"