mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[TextEdit] Make wrap_right_offset adjustable theme constant.
This commit is contained in:
parent
7864ac8019
commit
e31830db52
4 changed files with 7 additions and 2 deletions
|
|
@ -527,7 +527,6 @@ private:
|
|||
TextServer::AutowrapMode autowrap_mode = TextServer::AUTOWRAP_WORD_SMART;
|
||||
|
||||
int wrap_at_column = 0;
|
||||
int wrap_right_offset = 10;
|
||||
|
||||
void _update_wrap_at_column(bool p_force = false);
|
||||
|
||||
|
|
@ -641,6 +640,7 @@ private:
|
|||
Color outline_color = Color(1, 1, 1);
|
||||
|
||||
int line_spacing = 1;
|
||||
int wrap_offset = 10;
|
||||
|
||||
Color background_color = Color(1, 1, 1);
|
||||
Color current_line_color = Color(1, 1, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue