Added zoom label to code editor
This commit is contained in:
parent
20a52aa39d
commit
1ca122c771
2 changed files with 25 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ class CodeTextEditor : public VBoxContainer {
|
|||
|
||||
Label *line_nb;
|
||||
Label *col_nb;
|
||||
Label *zoom_nb;
|
||||
Label *info;
|
||||
Timer *idle;
|
||||
Timer *code_complete_timer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue