mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #8863 from volzhs/editor-theme-new-node
Show description box on create new node window
This commit is contained in:
commit
ab938a930f
@ -1786,7 +1786,7 @@ void EditorHelpBit::_bind_methods() {
|
||||
void EditorHelpBit::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
add_style_override("panel", get_stylebox("normal", "TextEdit"));
|
||||
add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user