We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558ca65 commit 62b7418Copy full SHA for 62b7418
Libraries/LibGUI/TextEditor.h
@@ -224,7 +224,7 @@ class TextEditor
224
bool m_readonly { false };
225
int m_line_spacing { 4 };
226
size_t m_soft_tab_width { 4 };
227
- int m_horizontal_content_padding { 2 };
+ int m_horizontal_content_padding { 3 };
228
TextRange m_selection;
229
RefPtr<Menu> m_context_menu;
230
RefPtr<Action> m_undo_action;
0 commit comments