mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
LibGUI: Add 1px of horizontal content padding to TextEditor
This adds a little bit of needed air around the text.
This commit is contained in:
parent
558ca65ca5
commit
62b7418376
Notes:
sideshowbarker
2024-07-19 06:29:45 +09:00
Author: https://github.com/awesomekling
Commit: 62b7418376
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ private:
|
|||
bool m_readonly { false };
|
||||
int m_line_spacing { 4 };
|
||||
size_t m_soft_tab_width { 4 };
|
||||
int m_horizontal_content_padding { 2 };
|
||||
int m_horizontal_content_padding { 3 };
|
||||
TextRange m_selection;
|
||||
RefPtr<Menu> m_context_menu;
|
||||
RefPtr<Action> m_undo_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue