You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Fix help display
This commit is contained in:
@@ -1428,7 +1428,8 @@ EditorHelp::EditorHelp() {
|
|||||||
{
|
{
|
||||||
Panel *pc = memnew( Panel );
|
Panel *pc = memnew( Panel );
|
||||||
Ref<StyleBoxFlat> style( memnew( StyleBoxFlat ) );
|
Ref<StyleBoxFlat> style( memnew( StyleBoxFlat ) );
|
||||||
style->set_bg_color( EditorSettings::get_singleton()->get("text_editor/background_color") );
|
style->set_bg_color( EditorSettings::get_singleton()->get("text_editor/background_color") );
|
||||||
|
pc->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||||
pc->add_style_override("panel", style); //get_stylebox("normal","TextEdit"));
|
pc->add_style_override("panel", style); //get_stylebox("normal","TextEdit"));
|
||||||
vbc->add_child(pc);
|
vbc->add_child(pc);
|
||||||
class_desc = memnew( RichTextLabel );
|
class_desc = memnew( RichTextLabel );
|
||||||
|
|||||||
Reference in New Issue
Block a user