Add and adjust more scroll hints in the editor
This commit is contained in:
parent
24333c4e3d
commit
a45bdce763
12 changed files with 115 additions and 20 deletions
|
|
@ -2353,7 +2353,7 @@ Instead, use the monitors tab to obtain more precise VRAM usage.
|
|||
vmem_export->connect(SceneStringName(pressed), callable_mp(this, &ScriptEditorDebugger::_video_mem_export));
|
||||
|
||||
MarginContainer *mc = memnew(MarginContainer);
|
||||
mc->set_theme_type_variation("NoBorderHorizontalWindow");
|
||||
mc->set_theme_type_variation("NoBorderBottomPanel");
|
||||
mc->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
vmem_vb->add_child(mc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue