mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:35:08 +00:00
GTextEditor: Turn off the ruler by default.
You're usually not gonna want the ruler. TextEditor can enable it manually.
This commit is contained in:
parent
5c240af3f7
commit
4bea3a4aa6
3 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ private:
|
|||
TextAlignment m_text_alignment { TextAlignment::CenterLeft };
|
||||
bool m_cursor_state { true };
|
||||
bool m_in_drag_select { false };
|
||||
bool m_ruler_visible { true };
|
||||
bool m_ruler_visible { false };
|
||||
bool m_have_pending_change_notification { false };
|
||||
int m_line_spacing { 4 };
|
||||
int m_soft_tab_width { 4 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue