mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
HexEditor: Add 'Find All' option to Find Dialog to find all matches
This commit is contained in:
parent
d7797c8bf8
commit
6aa766f8ca
9 changed files with 238 additions and 30 deletions
|
@ -34,8 +34,13 @@
|
|||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "ok_button"
|
||||
text: "OK"
|
||||
name: "find_button"
|
||||
text: "Find"
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
name: "find_all_button"
|
||||
text: "Find All"
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue