mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
HexEditor: Fix find dialog layout
This commit is contained in:
parent
7f4a32e7bf
commit
3d6acc6567
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