mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Maked status bar label fonts updateable
This commit is contained in:
parent
cbdd410a6f
commit
42fccfb0a5
2 changed files with 10 additions and 1 deletions
|
|
@ -141,6 +141,7 @@ class CodeTextEditor : public VBoxContainer {
|
|||
|
||||
TextEdit *text_editor;
|
||||
FindReplaceBar *find_replace_bar;
|
||||
HBoxContainer *status_bar;
|
||||
|
||||
Label *line_nb;
|
||||
Label *col_nb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue