summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.h
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-01-06 23:23:30 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2023-01-06 23:23:30 +0800
commit0ba5d41a44e134577dcb11444f89a30424ac2af9 (patch)
treeef9c4e89a780e007803caa207229a99f42accdb3 /editor/inspector_dock.h
parentb14f7aa9f92ff44135c283a9c88dab5ef9136d64 (diff)
downloadredot-engine-0ba5d41a44e134577dcb11444f89a30424ac2af9.tar.gz
Fix unreadable text in Make Sub-Resources Unique window
Diffstat (limited to 'editor/inspector_dock.h')
-rw-r--r--editor/inspector_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/inspector_dock.h b/editor/inspector_dock.h
index 0e7905c8e4..fb2e1d53b1 100644
--- a/editor/inspector_dock.h
+++ b/editor/inspector_dock.h
@@ -99,6 +99,7 @@ class InspectorDock : public VBoxContainer {
int current_option = -1;
ConfirmationDialog *unique_resources_confirmation = nullptr;
+ Label *unique_resources_label = nullptr;
Tree *unique_resources_list_tree = nullptr;
EditorPropertyNameProcessor::Style property_name_style;