Add header theme type variations to labels
This commit is contained in:
parent
b44b277f6f
commit
f4b361dd15
18 changed files with 94 additions and 14 deletions
|
|
@ -1700,6 +1700,8 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
|
|||
VBoxContainer *vmem_vb = memnew(VBoxContainer);
|
||||
HBoxContainer *vmem_hb = memnew(HBoxContainer);
|
||||
Label *vmlb = memnew(Label(TTR("List of Video Memory Usage by Resource:") + " "));
|
||||
vmlb->set_theme_type_variation("HeaderSmall");
|
||||
|
||||
vmlb->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
vmem_hb->add_child(vmlb);
|
||||
vmem_hb->add_child(memnew(Label(TTR("Total:") + " ")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue