Fix unreadable text in Make Sub-Resources Unique window

This commit is contained in:
Haoyu Qiu
2023-01-06 23:23:30 +08:00
parent b14f7aa9f9
commit 0ba5d41a44
2 changed files with 5 additions and 4 deletions

View File

@ -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;