diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-01-06 23:23:30 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-01-06 23:23:30 +0800 |
commit | 0ba5d41a44e134577dcb11444f89a30424ac2af9 (patch) | |
tree | ef9c4e89a780e007803caa207229a99f42accdb3 /editor/inspector_dock.h | |
parent | b14f7aa9f92ff44135c283a9c88dab5ef9136d64 (diff) | |
download | redot-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.h | 1 |
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; |