mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
This commit is contained in:
parent
952baf32cd
commit
e75e33eb46
Notes:
sideshowbarker
2024-07-19 17:44:51 +09:00
Author: https://github.com/aanddrew 🔰
Commit: e75e33eb46
Pull-request: https://github.com/SerenityOS/serenity/pull/481
4 changed files with 87 additions and 11 deletions
|
@ -31,6 +31,7 @@ private:
|
|||
RefPtr<GAction> m_find_action;
|
||||
|
||||
GTextBox* m_find_textbox { nullptr };
|
||||
GButton* m_find_button { nullptr };
|
||||
GButton* m_find_prev_button { nullptr };
|
||||
GButton* m_find_next_button { nullptr };
|
||||
GWidget* m_find_widget { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue