mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
HexEditor: Fix find dialog layout
This commit is contained in:
parent
7f4a32e7bf
commit
3d6acc6567
Notes:
sideshowbarker
2024-07-18 08:00:55 +09:00
Author: https://github.com/frhun
Commit: 3d6acc6567
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
fixed_height: 22
|
||||
|
||||
@GUI::Label {
|
||||
text: "Value to find"
|
||||
|
@ -20,7 +21,6 @@
|
|||
|
||||
@GUI::TextBox {
|
||||
name: "text_editor"
|
||||
fixed_height: 20
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
fixed_height: 22
|
||||
|
||||
@GUI::Button {
|
||||
name: "find_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue