You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add header theme type variations to labels
This commit is contained in:
@@ -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:") + " ")));
|
||||
|
||||
Reference in New Issue
Block a user